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