Skip to main content
This is unreleased documentation for the
main
(development) branch of
crypto-glue
.
HashMarker
digest
0.11.0-rc.11
Hash
Marker
Implementors
In crate digest
digest
Trait
Hash
Marker
Copy item path
Source
pub trait HashMarker { }
Expand description
Marker trait for cryptographic hash functions.
Implementors
§
Source
§
impl<T, OutSize>
HashMarker
for
CtOutWrapper
<T, OutSize>
where T:
VariableOutputCore
+
HashMarker
, OutSize:
ArraySize
+
IsLessOrEqual
<T::
OutputSize
, Output =
True
>,
Source
§
impl<T:
ExtendableOutput
+
HashMarker
, S:
ArraySize
>
HashMarker
for
XofFixedWrapper
<T, S>