feature: SHA-1 Hashing

- Add SHA-1 hashing implementation with Init/Update/Final API and inline test in kernel,
  following the same interface as MD5 & the fpc rtl.
This commit is contained in:
2026-03-07 20:58:22 +00:00
parent 6902a406b0
commit b9643a7b56
2 changed files with 213 additions and 0 deletions
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 }