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 Sha256
impl Digest for Sha256
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 Sha256
impl Clone for Sha256
fn clone(&self) -> Sha256
fn clone_from(&mut self, source: &Self)