Struct blake2_rfc::blake2b::Blake2bResult
source · pub struct Blake2bResult { /* private fields */ }
Expand description
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§
Trait Implementations§
source§impl AsRef<[u8]> for Blake2bResult
impl AsRef<[u8]> for Blake2bResult
source§impl Clone for Blake2bResult
impl Clone for Blake2bResult
source§fn clone(&self) -> Blake2bResult
fn clone(&self) -> Blake2bResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more