Module octavo_digest::sha1
[−]
[src]
SHA-1 (Secure Hash Algorithm)
WARNING!!!
This hash function has been severely compromised. Do not use!
Instead you should use SHA-2 or SHA-3 family.
General info
Name | Digest size | Block size | Rounds | Structure | Reference |
---|---|---|---|---|---|
SHA-1 | 160 bits | 512 bits | 80 | Merkle–Damgård | FIPS 180-4 |
Structs
Sha1 |
SHA-1 implementation |