Struct blake2_rfc::blake2s::Blake2sResult [−][src]
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 Blake2sResult
[src][−]
pub fn as_bytes(&self) -> &[u8]
[src][−]
Returns the contained hash result as a byte string.
pub fn len(&self) -> usize
[src][−]
Returns the length of the hash result.
This is the same value that was used to create the hash context.
Trait Implementations
impl AsRef<[u8]> for Blake2sResult
[src][+]
impl Clone for Blake2sResult
[src][+]
impl Copy for Blake2sResult
[src]
impl Debug for Blake2sResult
[src][+]
impl Eq for Blake2sResult
[src]
impl PartialEq<[u8]> for Blake2sResult
[src][+]
impl PartialEq<Blake2sResult> for Blake2sResult
[src][+]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,