Struct ring::digest::Digest
[−]
[src]
pub struct Digest { /* fields omitted */ }A calculated digest value.
Use as_ref to get the value as a &[u8].
Methods
impl Digest[src]
fn algorithm(&self) -> &'static Algorithm
The algorithm that was used to calculate the digest value.
Trait Implementations
impl Clone for Digest[src]
fn clone(&self) -> Digest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more