[−][src]Crate tiny_keccak
An implementation of sha3, shake, keccak and KangarooTwelve functions.
Usage
Add this to your Cargo.toml:
[dependencies]
tiny-keccak = "1.5"
Features
- keccak (enabled by default)
- k12 (not enabled by default, implements KangarooTwelve)
Inspired by implementations:
License: CC0, attribution kindly requested. Blame taken too, but not liability.
Structs
| Keccak | shake, keccak and sha3 implementation. |
| XofReader |
Functions
| keccak224 | |
| keccak256 | |
| keccak384 | |
| keccak512 | |
| keccakf | |
| sha3_224 | |
| sha3_256 | |
| sha3_384 | |
| sha3_512 | |
| shake128 | |
| shake256 |