Docs.rs
cortexai-encryption-0.1.0
cortexai-encryption 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
limaronaldo
Dependencies
aes-gcm ^0.10
normal
optional
argon2 ^0.5
normal
async-trait ^0.1
normal
base64 ^0.22
normal
chacha20poly1305 ^0.10
normal
optional
rand ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
zeroize ^1.7
normal
tokio ^1
dev
Versions
95.92%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
All
cortexai_
encryption
0.1.0
Crate Items
Structs
Enums
Traits
Type Aliases
List of all items
Structs
aes_cipher::Aes256GcmCipher
envelope::EnvelopeEncryptor
key::Argon2KeyDerivation
key::EncryptionKey
key::KeyRing
key::VersionedKey
stores::EncryptedCheckpointStore
stores::EncryptedSessionStore
stores::EncryptionConfig
Enums
error::CryptoError
Traits
traits::Cipher
traits::DataEncryptor
traits::KeyDerivation
Type Aliases
error::CryptoResult