Struct openssl::hash::MessageDigest[][src]

pub struct MessageDigest(_);

Methods

impl MessageDigest
[src]

Returns the MessageDigest corresponding to an Nid.

This corresponds to EVP_get_digestbynid.

The size of the digest in bytes

Trait Implementations

impl Copy for MessageDigest
[src]

impl Clone for MessageDigest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Sync for MessageDigest
[src]

impl Send for MessageDigest
[src]