HashMarker
digest
0.10.7
HashMarker
Implementors
In crate digest
Modules
consts
core_api
Macros
impl_oid_carrier
Structs
CtOutput
InvalidBufferSize
InvalidLength
InvalidOutputSize
MacError
Traits
Digest
DynDigest
ExtendableOutput
ExtendableOutputReset
FixedOutput
FixedOutputReset
HashMarker
InnerInit
KeyInit
Mac
MacMarker
OutputSizeUser
Reset
Update
VariableOutput
VariableOutputReset
XofReader
Type Aliases
Key
Output
?
Settings
Trait
digest
::
HashMarker
Copy item path
source
·
[
−
]
pub trait HashMarker { }
Expand description
Marker trait for cryptographic hash functions.
Implementors
§
source
§
impl<T>
HashMarker
for
CoreWrapper
<T>
where T:
BufferKindUser
+
HashMarker
, T::
BlockSize
:
IsLess
<
U256
>,
Le
<T::
BlockSize
,
U256
>:
NonZero
,
source
§
impl<T>
HashMarker
for
RtVariableCoreWrapper
<T>
where T:
VariableOutputCore
+
HashMarker
, T::
BlockSize
:
IsLess
<
U256
>,
Le
<T::
BlockSize
,
U256
>:
NonZero
,
source
§
impl<T, OutSize, O>
HashMarker
for
CtVariableCoreWrapper
<T, OutSize, O>
where T:
VariableOutputCore
+
HashMarker
, OutSize:
ArrayLength
<
u8
> +
IsLessOrEqual
<T::
OutputSize
>,
LeEq
<OutSize, T::
OutputSize
>:
NonZero
, T::
BlockSize
:
IsLess
<
U256
>,
Le
<T::
BlockSize
,
U256
>:
NonZero
,
impl
HashMarker
for
Md5Core
impl
HashMarker
for
Sha1Core
impl
HashMarker
for
Sha256VarCore
impl
HashMarker
for
Sha512VarCore