Struct sha2::Sha256VarCore [−][src]
pub struct Sha256VarCore { /* fields omitted */ }Expand description
Core block-level SHA-256 hasher with variable output size.
Supports initialization only for 28 and 32 byte output sizes, i.e. 224 and 256 bits respectively.
Trait Implementations
Write algorithm name into f.
type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
type OutputSize = U32
type OutputSize = U32
Size of the output in bytes.
Update state using the provided data blocks.
Auto Trait Implementations
impl RefUnwindSafe for Sha256VarCore
impl Send for Sha256VarCore
impl Sync for Sha256VarCore
impl Unpin for Sha256VarCore
impl UnwindSafe for Sha256VarCore
Blanket Implementations
Mutably borrows from an owned value. Read more