Docs.rs
tinyaes-0.1.0
tinyaes 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
amamic1803
Dependencies
tinypool ^0.1.0
normal
Versions
88.24%
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
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
Module aes_core
tinyaes
0.1.0
Module aes_
core
Module Items
Structs
Enums
Constants
In crate tinyaes
tinyaes
Module
aes_
core
Copy item path
Source
Expand description
A module containing the core of the AES algorithm.
Structs
§
AESCore
The AES core algorithm.
Enums
§
AESKey
The AES key used to encrypt and decrypt data.
Constants
§
INV_
S_
BOX
The inverse S-Box used in the AES algorithm.
R_CON
The round constants used in the AES algorithm.
S_BOX
The S-Box used in the AES algorithm.