Struct blake2_rfc::blake2s::Blake2sResult
source · pub struct Blake2sResult { /* 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 Blake2sResult
impl AsRef<[u8]> for Blake2sResult
source§impl Clone for Blake2sResult
impl Clone for Blake2sResult
source§fn clone(&self) -> Blake2sResult
fn clone(&self) -> Blake2sResult
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