Docs.rs
vyn-core-0.1.4
vyn-core 0.1.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
arnonsang
Dependencies
age ^0.11
normal
anyhow ^1
normal
dirs ^6
normal
hex ^0.4
normal
ignore ^0.4
normal
keyring ^3
normal
libp2p ^0.55
normal
ring ^0.17
normal
secrecy ^0.10
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
similar ^2
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
toml ^0.8
normal
tonic ^0.12
normal
vyn-relay ^0.1.4
normal
walkdir ^2
normal
uuid ^1
dev
vyn-relay ^0.1.4
dev
Versions
12.12%
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
decrypt
vyn_
core
0.1.4
In vyn_
core::
crypto
vyn_core
::
crypto
Function
decrypt
Copy item path
Source
pub fn decrypt( key: &
SecretBytes
, encrypted: &
EncryptedData
, ) ->
Result
<
SecretBytes
,
CryptoError
>