Struct sha1::Sha1Core [−][src]
pub struct Sha1Core { /* fields omitted */ }
Expand description
Core SHA-1 hasher state.
Trait Implementations
Write algorithm name into f
.
type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
Finalize state using remaining data stored in the provided block buffer,
write result into provided array and leave self
in a dirty state. Read more
type OutputSize = U20
type OutputSize = U20
Size of the output in bytes.
Update state using the provided data blocks.
Auto Trait Implementations
impl RefUnwindSafe for Sha1Core
impl UnwindSafe for Sha1Core
Blanket Implementations
Mutably borrows from an owned value. Read more