Standalone SHA-1 hashing implementation #51

Merged
admin merged 4 commits from feature/sha1 into develop 2026-03-07 22:12:40 +00:00
2 changed files with 213 additions and 0 deletions
Showing only changes of commit b9643a7b56 - Show all commits
File diff suppressed because it is too large Load Diff
+3
View File
@@ -142,6 +142,9 @@ var
dds : uint16;
keyboard_layout : array [0..1] of TKeyInfo;
i : uint32;
sha1ctx : TSHA1Context;
sha1dig : TSHA1Digest;
sha1msg : array[0..9] of uint8;
begin
{ Init the base system unit }