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
Returns the contained hash result as a byte string.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Blake2bResult
impl Send for Blake2bResult
impl Sync for Blake2bResult
impl Unpin for Blake2bResult
impl UnwindSafe for Blake2bResult
Blanket Implementations
Mutably borrows from an owned value. Read more