Docs.rs
rustcrypt-core-0.3.0-beta.1
rustcrypt-core 0.3.0-beta.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ArthurBernard1
Dependencies
aes-gcm ^0.10
normal
base64 ^0.22
normal
chacha20poly1305 ^0.10
normal
getrandom ^0.2
normal
hkdf ^0.12
normal
pbkdf2 ^0.12
normal
rand ^0.8
normal
rand_core ^0.6
normal
secrecy ^0.8
normal
sha2 ^0.10
normal
zeroize ^1.7
normal
Versions
0%
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
decrypt_bytes
rustcrypt_
core
0.3.0-beta.1
rustcrypt_core
Function
decrypt_
bytes
Copy item path
Source
pub fn decrypt_bytes( encrypted: &[
u8
], nonce: &[
u8
;
12
], key: &[
u8
;
32
], ) ->
Vec
<
u8
>
ⓘ