Sha256

Type Alias Sha256 

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§

pub struct Sha256 { /* private fields */ }

Trait Implementations§

Source§

impl DigestString for Sha256

Source§

const ENCODING: DigestEncoding = DigestEncoding::Hex

The format used for string representation of the digest.