Docs.rs
encryptodon-0.1.8
encryptodon 0.1.8
Permalink
Docs.rs crate page
AGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
seanwatters
Dependencies
aes ^0.8.3
normal
base64 ^0.21.2
normal
getrandom ^0.2
normal
rand ^0.8.5
normal
wasm-bindgen ^0.2.87
normal
x25519-dalek ^2.0.0
normal
Versions
37.5%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
encryptodon
0.1.8
?
Function
encryptodon
::
decrypt
source
·
[
−
]
pub fn decrypt( status:
String
, pub_key:
String
, priv_key:
String
) ->
Result
<
String
,
String
>