Docs.rs
beamdb-0.17.0
beamdb 0.17.0
Permalink
Docs.rs crate page
MIT
21 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
guan-tends
Dependencies
aes-gcm ^0.10
normal
allocator-api2 ^0.4
normal
arena-btreemap ^0.1
normal
async-trait ^0.1.51
normal
base64 ^0.22
normal
bytes ^1.1.0
normal
futures-util ^0.3.21
normal
java-utils ^0.1.0
normal
log ^0.4.14
normal
p256 ^0.14
normal
parking_lot ^0.12
normal
pbkdf2 ^0.13
normal
postcard ^1
normal
rand ^0.9
normal
rustc-hash ^2.1.3
normal
serde ^1.0
normal
serde_json ^1.0.64
normal
sha2 ^0.11
normal
size_format ^1.0.2
normal
thiserror ^2.0
normal
url ^2.2.2
normal
web-time ^0.2
normal
zeroize ^1.7
normal
clap ^4.6
normal
tokio ^1.17.0
normal
criterion ^0.8
normal
dirs ^6.0
normal
env_logger ^0.11
normal
fjall ^3
normal
optional
http ^1
normal
mimalloc ^0.1.52
normal
optional
oko-multicast-socket ^0.5
normal
persy ^1.8
normal
optional
redb ^4.1
normal
simd-json ^0.17
normal
str0m ^0.21
normal
optional
stun ^0.17
normal
optional
tokio-native-tls ^0.3.0
normal
tokio-stream ^0.1.8
normal
tokio-websockets ^0.13
normal
console_error_panic_hook ^0.1
normal
getrandom ^0.2
normal
getrandom ^0.3
normal
getrandom ^0.4
normal
js-sys ^0.3
normal
tokio ^1.17.0
normal
tokio_with_wasm ^0.8
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
wasm-bindgen-test ^0.3
dev
Versions
78.36%
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
Module decrypt
beam
0.17.0
Module decrypt
Module Items
Functions
In beam::
sea
beam
::
sea
Module
decrypt
Copy item path
Source
Expand description
AES-GCM decryption Reverse of encrypt.rs
Functions
§
decrypt
Decrypt data using AES-256-GCM
decrypt_
symmetric
Decrypt data using a raw symmetric key (AES-256-GCM, no ECDH/PBKDF2)