Docs.rs
aes-0.8.4
aes 0.8.4
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
newpavlov
github:rustcrypto:block-ciphers
Dependencies
cfg-if ^1
normal
cipher ^0.4.2
normal
cipher ^0.4.2
dev
hex-literal ^0.3
dev
zeroize ^1.5.6
normal
optional
cpufeatures ^0.2
normal
zeroize ^1.6.0
normal
optional
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
aes
0.8.4
Block
Aliased Type
In crate aes
aes
Type Alias
Block
Copy item path
Source
pub type Block =
GenericArray
<
u8
,
U16
>;
Expand description
128-bit AES block
Aliased Type
ยง
struct Block {
/* private fields */
}