Struct tiny_keccak::Keccak [−][src]
pub struct Keccak { /* fields omitted */ }
The Keccak
hash functions defined in Keccak SHA3 submission
.
Usage
[dependencies]
tiny-keccak = { version = "2.0.0", features = ["keccak"] }
Implementations
impl Keccak
[src]
impl Keccak
[src]pub fn v224() -> Keccak
[src]
Creates new Keccak
hasher with a security level of 224 bits.
pub fn v256() -> Keccak
[src]
Creates new Keccak
hasher with a security level of 256 bits.
pub fn v384() -> Keccak
[src]
Creates new Keccak
hasher with a security level of 384 bits.
pub fn v512() -> Keccak
[src]
Creates new Keccak
hasher with a security level of 512 bits.