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]

The algorithm that was used to calculate the digest value.

Trait Implementations

impl Clone for Digest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Digest
[src]

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

Performs the conversion.

impl Debug for Digest
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Digest

impl Sync for Digest