Type Alias commit_verify::Sha256

source ·
pub type Sha256 = CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, OidSha256>>;
Expand description

SHA-256 hasher.

Aliased Type§

struct Sha256 { /* private fields */ }

Trait Implementations§

source§

impl DigestExt for Sha256

source§

fn from_tag(tag: impl AsRef<[u8]>) -> Self

source§

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

source§

fn finish(self) -> [u8; 32]

source§

fn input_with_len<const MAX: usize>(&mut self, data: &[u8])