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