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]

The algorithm that was used to calculate the digest value.

Trait Implementations

impl AsRef<[u8]> for Digest
[src]

Performs the conversion.

impl Debug for Digest
[src]

Formats the value using the given formatter.