☰
HasIV
Required Methods
iv
Implementors
In unsafe_hacspec_examples::blake2::blake2b
?
Trait
unsafe_hacspec_examples
::
blake2
::
blake2b
::
HasIV
source
·
[
−
]
pub trait HasIV<Word:
UnsignedSecretInteger
> { fn
iv
() ->
State
<Word>; }
Required Methods
source
fn
iv
() ->
State
<Word>
Implementors
source
impl
HasIV
<
U32
> for
State
<
U32
>
source
impl
HasIV
<
U64
> for
State
<
U64
>