Struct crypto::sha2::Sha224
[-] [+]
[src]
pub struct Sha224 { // some fields omitted }
The SHA-256 hash algorithm with the SHA-224 initial hash value. The result is truncated to 224 bits.
pub struct Sha224 { // some fields omitted }
The SHA-256 hash algorithm with the SHA-224 initial hash value. The result is truncated to 224 bits.
impl Sha224
impl Digest for Sha224
fn input(&mut self, d: &[u8])
fn result(&mut self, out: &mut [u8])
fn reset(&mut self)
fn output_bits(&self) -> usize
fn block_size(&self) -> usize
fn output_bytes(&self) -> usize
fn input_str(&mut self, input: &str)
fn result_str(&mut self) -> String
impl Copy for Sha224
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).