Struct crypto::sha2::Sha256
[−]
[src]
pub struct Sha256 {
// some fields omitted
}The SHA-256 hash algorithm with the SHA-256 initial hash value.
pub struct Sha256 {
// some fields omitted
}The SHA-256 hash algorithm with the SHA-256 initial hash value.
impl Sha256impl Digest for Sha256fn input(&mut self, d: &[u8])fn result(&mut self, out: &mut [u8])fn reset(&mut self)fn output_bits(&self) -> usizefn block_size(&self) -> usizefn output_bytes(&self) -> usizefn input_str(&mut self, input: &str)fn result_str(&mut self) -> Stringimpl Copy for Sha256impl Clone for Sha256fn clone(&self) -> Sha256fn clone_from(&mut self, source: &Self)