Docs.rs
aes-kw-0.2.1
aes-kw 0.2.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tarcieri
newpavlov
github:rustcrypto:key-wraps
Dependencies
aes ^0.8.1
normal
hex-literal ^0.3
dev
Versions
100%
of the crate is documented
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
☰
KekAes256
Trait Implementations
From<[u8; 32]>
From<GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>>>
In aes_kw
?
Type Definition
aes_kw
::
KekAes256
source
·
[
−
]
pub type KekAes256 =
Kek
<
Aes256
>;
Expand description
AES-256 KEK
Trait Implementations
source
impl
From
<
[
u8
; 32]
> for
KekAes256
source
fn
from
(kek:
[
u8
; 32]
) -> Self
Converts to this type from the input type.
source
impl
From
<GenericArray<
u8
,
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>>> for
KekAes256
source
fn
from
(kek: GenericArray<
u8
,
U32
>) -> Self
Converts to this type from the input type.