Struct blake2_rfc::blake2s::Blake2sResult [−][src]
pub struct Blake2sResult { /* fields omitted */ }Container for a hash result.
This container uses a constant-time comparison for equality.
If a constant-time comparison is not necessary, the hash
result can be extracted with the as_bytes method.
Implementations
impl Blake2sResult[src]
impl Blake2sResult[src]Trait Implementations
impl Clone for Blake2sResult[src]
impl Clone for Blake2sResult[src]fn clone(&self) -> Blake2sResult[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<Blake2sResult> for Blake2sResult[src]
impl PartialEq<Blake2sResult> for Blake2sResult[src]