Struct openssl::hash::MessageDigest [−][src]
pub struct MessageDigest(_);Implementations
Creates a MessageDigest from a raw OpenSSL pointer.
Safety
The caller must ensure the pointer is valid.
Returns the MessageDigest corresponding to an Nid.
This corresponds to EVP_get_digestbynid.
Returns the MessageDigest corresponding to an algorithm name.
This corresponds to EVP_get_digestbyname.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
