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:
@@ -145,6 +145,9 @@ var
|
||||
sha1ctx : TSHA1Context;
|
||||
sha1dig : TSHA1Digest;
|
||||
sha1msg : array[0..9] of uint8;
|
||||
sha1ctx : TSHA1Context;
|
||||
sha1dig : TSHA1Digest;
|
||||
sha1msg : array[0..9] of uint8;
|
||||
|
||||
begin
|
||||
{ Init the base system unit }
|
||||
|
||||
Reference in New Issue
Block a user