Struct ring::digest::Digest [−][src]
pub struct Digest { /* fields omitted */ }
A calculated digest value.
Use as_ref
to get the value as a &[u8]
.
Implementations
impl Digest
[src]
impl Digest
[src]pub struct Digest { /* fields omitted */ }
A calculated digest value.
Use as_ref
to get the value as a &[u8]
.
impl Digest
[src]impl RefUnwindSafe for Digest
impl Send for Digest
impl Sync for Digest
impl Unpin for Digest
impl UnwindSafe for Digest