Docs.rs
coins-bip32-0.8.7
coins-bip32 0.8.7
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
prestwich
Dependencies
bs58 ^0.5
normal
coins-core ^0.8.3
normal
digest ^0.10
normal
hmac ^0.12
normal
k256 ^0.13
normal
serde ^1.0
normal
sha2 ^0.10
normal
thiserror ^1.0
normal
hex ^0.4
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
MacMarker
Implementations on Foreign Types
HmacCore<D>
SimpleHmac<D>
Implementors
In coins_bip32::ecdsa::signature::digest
?
Trait
coins_bip32
::
ecdsa
::
signature
::
digest
::
MacMarker
source
·
[
−
]
pub trait MacMarker { }
Expand description
Marker trait for Message Authentication algorithms.
Implementations on Foreign Types
§
source
§
impl<D>
MacMarker
for
SimpleHmac
<D>
where D:
Digest
+
BlockSizeUser
,
source
§
impl<D>
MacMarker
for
HmacCore
<D>
where D:
CoreProxy
, <D as
CoreProxy
>::
Core
:
HashMarker
+
UpdateCore
+
FixedOutputCore
<BufferKind =
Eager
> +
BufferKindUser
+
Default
+
Clone
, <<D as
CoreProxy
>::
Core
as
BlockSizeUser
>::
BlockSize
:
IsLess
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>, <<<D as
CoreProxy
>::
Core
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
,
Implementors
§
source
§
impl<T>
MacMarker
for
CoreWrapper
<T>
where T:
BufferKindUser
+
MacMarker
, <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
§
impl<T>
MacMarker
for
RtVariableCoreWrapper
<T>
where T:
VariableOutputCore
+
MacMarker
, <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
§
impl<T, OutSize, O>
MacMarker
for
CtVariableCoreWrapper
<T, OutSize, O>
where T:
VariableOutputCore
+
MacMarker
, 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
,