Struct ring::digest::Digest
[−]
[src]
pub struct Digest {
// some 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.