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