Module octavo_digest::sha3
[−]
[src]
SHA-3 family (Secure Hash Algorithm)
General info
Name | Digest size | Block size | Rounds | Structure | Reference |
---|---|---|---|---|---|
SHA3-224 | 224 bits | 1152 bits | 24 | Sponge | FIPS 202 |
SHA3-256 | 256 bits | 1088 bits | 24 | Sponge | FIPS 202 |
SHA3-384 | 384 bits | 832 bits | 24 | Sponge | FIPS 202 |
SHA3-512 | 512 bits | 576 bits | 24 | Sponge | FIPS 202 |
Structs
Sha224 |
SHA3-224 implementation |
Sha256 |
SHA3-256 implementation |
Sha384 |
SHA3-384 implementation |
Sha512 |
SHA3-512 implementation |