mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
DEL: hmac_sha1 unit
This commit is contained in:
parent
3e692b5c90
commit
a76d3f2cd5
2 changed files with 2 additions and 6 deletions
|
|
@ -34,7 +34,7 @@
|
|||
www.cityinthesky.co.uk/cryptography.html
|
||||
"/>
|
||||
<Version Major="2" Release="4" Build="1"/>
|
||||
<Files Count="32">
|
||||
<Files Count="31">
|
||||
<Item1>
|
||||
<Filename Value="dcpbase64.pas"/>
|
||||
<UnitName Value="DCPbase64"/>
|
||||
|
|
@ -159,10 +159,6 @@ www.cityinthesky.co.uk/cryptography.html
|
|||
<Filename Value="Hashes/Keccak/sha1.pas"/>
|
||||
<UnitName Value="SHA1"/>
|
||||
</Item31>
|
||||
<Item32>
|
||||
<Filename Value="Hashes/Keccak/hmacsha1.pas"/>
|
||||
<UnitName Value="HMACSHA1"/>
|
||||
</Item32>
|
||||
</Files>
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ uses
|
|||
DCPbase64, DCPblockciphers, DCPconst, DCPcrypt2, DCPhaval, DCPmd4, DCPmd5,
|
||||
DCPripemd128, DCPripemd160, DCPsha1, DCPsha256, DCPsha512, DCPtiger,
|
||||
DCPcrc32, DCcrc32, DCblake2, DCPblake2, DCPsha3, DCPsha224, HMAC, SHA3,
|
||||
SHA3_512, ISAAC, scrypt, DCPrijndael, SHA1, HMACSHA1;
|
||||
SHA3_512, ISAAC, scrypt, DCPrijndael, SHA1;
|
||||
|
||||
implementation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue