Struct blake2_rfc::blake2b::Blake2bResult [−][src]
pub struct Blake2bResult { /* 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 Blake2bResult
[src]
impl Blake2bResult
[src]Trait Implementations
impl Clone for Blake2bResult
[src]
impl Clone for Blake2bResult
[src]fn clone(&self) -> Blake2bResult
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<Blake2bResult> for Blake2bResult
[src]
impl PartialEq<Blake2bResult> for Blake2bResult
[src]