Docs.rs
simple-encryption-0.1.0
simple-encryption 0.1.0
Docs.rs crate page
CC0-1.0
Links
crates.io
Source
Owners
gkgoat1
Dependencies
chacha20poly1305 ^0.10.1
normal
rand ^0.8.5
normal
thiserror ^1.0.64
normal
x25519-dalek ^2.0.1
normal
Versions
0%
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
decrypt
simple_
encryption
0.1.0
simple_encryption
Function
decrypt
Copy item path
Source
pub fn decrypt( secret_key: &[
u8
;
32
], message: &[
u8
], ) ->
Result
<
Vec
<
u8
>,
DecryptError
>