Docs.rs
oint-keys-0.1.0
oint-keys 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sileneundula
Dependencies
fixedstr ^0.5.10
normal
libslug ^0.9.3
normal
serde ^1.0.228
normal
zeroize ^1.8.2
normal
Versions
15.19%
of the crate is documented
Platform
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
Skip to main content
Files
oint_keys/algorithms/symmetric_encryption/
mod.rs
1
pub enum
SymmetricEncryption {
2
AES256GCM(),
3
XCHACHA20POLY1305(),
4
}