Docs.rs
tiny-crypto-0.1.3
tiny-crypto 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mikewei
Dependencies
base64ct ^1.6.0
normal
bincode ^1.3.3
normal
hex ^0.4.3
normal
libaes ^0.7.0
normal
sha1 ^0.10.6
normal
hex-literal ^0.4.1
dev
rstest ^0.18.2
dev
Versions
62.86%
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
tiny_
crypto
0.1.3
Module sym
Module Items
Structs
Traits
Type Aliases
In crate tiny_
crypto
tiny_crypto
Module
sym
Copy item path
Source
Expand description
Symmetric Ciphers
Structs
§
Aes
The AES cipher
Traits
§
Cipher
The trait for symmetric cipher.
Type Aliases
§
Aes128
The type of AES with 128 key bits.
Aes192
The type of AES with 192 key bits.
Aes256
The type of AES with 256 key bits.