Struct crypto::sha2::Sha512Trunc224
[-] [+]
[src]
pub struct Sha512Trunc224 { // some fields omitted }
The SHA-512 hash algorithm with the SHA-512/224 initial hash value. The result is truncated to 224 bits.
Methods
impl Sha512Trunc224
fn new() -> Sha512Trunc224
Construct an new instance of a SHA-512/224 digest.