Struct openssl::sha::Sha256 [−][src]
pub struct Sha256(_);
Expand description
An object which calculates a SHA256 hash of some data.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sha256
impl UnwindSafe for Sha256
Blanket Implementations
Mutably borrows from an owned value. Read more