Skip to main content

Sha256

Type Alias Sha256 

Source
pub type Sha256 = Sha256;

Aliased Type§

pub struct Sha256 { /* private fields */ }

Trait Implementations§

Source§

impl Hasher for Sha256

Source§

type Output = HashArray<32>

Source§

fn new() -> Self

Source§

fn update(&mut self, data: &[u8])

Source§

fn finalize(self) -> Self::Output

Source§

fn compute(data: &[u8]) -> Self::Output
where Self: Sized,