Docs.rs
ascon-hash-0.1.0
ascon-hash 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sebastinas
Dependencies
ascon-core ^0.1.0
normal
digest ^0.10
normal
hex ^0.4
dev
spectral ^0.6
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Reset
Required Methods
reset
Implementations on Foreign Types
CoreWrapper<T>
CtVariableCoreWrapper<T, OutSize>
RtVariableCoreWrapper<T>
Implementors
In ascon_hash
?
Trait
ascon_hash
::
Reset
source
·
[
−
]
pub trait Reset { fn
reset
(&mut self); }
Expand description
Resettable types.
Required Methods
source
fn
reset
(&mut self)
Reset state to its initial value.
Implementations on Foreign Types
source
impl<T>
Reset
for
RtVariableCoreWrapper
<T>
where
T:
VariableOutputCore
+
UpdateCore
+
Reset
,
<T as
BlockSizeUser
>::
BlockSize
:
IsLess
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>,
<<T as
BlockSizeUser
>::
BlockSize
as
IsLess
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>>::
Output
:
NonZero
,
source
fn
reset
(&mut self)
source
impl<T>
Reset
for
CoreWrapper
<T>
where
T:
BufferKindUser
+
Reset
,
<T as
BlockSizeUser
>::
BlockSize
:
IsLess
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>,
<<T as
BlockSizeUser
>::
BlockSize
as
IsLess
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>>::
Output
:
NonZero
,
source
fn
reset
(&mut self)
source
impl<T, OutSize>
Reset
for
CtVariableCoreWrapper
<T, OutSize>
where
T:
VariableOutputCore
,
OutSize: ArrayLength<
u8
> +
IsLessOrEqual
<<T as
OutputSizeUser
>::
OutputSize
>,
<OutSize as
IsLessOrEqual
<<T as
OutputSizeUser
>::
OutputSize
>>::
Output
:
NonZero
,
<T as
BlockSizeUser
>::
BlockSize
:
IsLess
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>,
<<T as
BlockSizeUser
>::
BlockSize
as
IsLess
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>>::
Output
:
NonZero
,
source
fn
reset
(&mut self)
Implementors
source
impl
Reset
for
AsconACore
source
impl
Reset
for
AsconAXOFCore
source
impl
Reset
for
AsconCore
source
impl
Reset
for
AsconXOFCore