Docs.rs
rencfs-0.14.11
rencfs 0.14.11
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
radumarias
Dependencies
anyhow ^1.0.82
normal
argon2 ^0.5.3
normal
async-trait ^0.1.80
normal
atomic-write-file ^0.2.2
normal
base64 ^0.22.1
normal
bincode ^1.3.3
normal
blake3 =0.1.3
normal
bon ^3.3.0
normal
bytes ^1.5
normal
clap ^4.5.4
normal
criterion ^0.5.1
normal
ctrlc ^3.1.9
normal
futures-util ^0.3.30
normal
hex ^0.4.3
normal
keyring ^2.3.2
normal
libc ^0.2.153
normal
lru ^0.12.3
normal
num-format ^0.4.4
normal
okaywal ^0.3.1
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
rand_core ^0.6.4
normal
retainer ^0.3.0
normal
ring ^0.17.8
normal
rpassword ^7.3.1
normal
serde ^1.0.197
normal
shush-rs ^0.1.10
normal
strum ^0.26.2
normal
strum_macros ^0.26.2
normal
subtle ^2.6.1
normal
tempfile ^3.10.1
normal
thiserror ^2.0.6
normal
thread_local ^1.1.8
normal
tokio ^1.36
normal
tokio-stream ^0.1.15
normal
tracing ^0.1.40
normal
tracing-appender ^0.2.3
normal
tracing-subscriber ^0.3
normal
tracing-test ^0.2.4
normal
fuse3 ^0.8.1
normal
Versions
34.59%
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
decrypt
rencfs
0.14.11
In rencfs::
crypto
rencfs
::
crypto
Function
decrypt
Copy item path
Source
pub fn decrypt( s: &
str
, cipher:
Cipher
, key: &
SecretVec
<
u8
>, ) ->
Result
<
SecretString
>