Docs.rs
devolutions-crypto-0.9.0
devolutions-crypto 0.9.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:devolutions:crates-io
devolutionsinfra
devolutionsbot
Dependencies
aead ^0.5
normal
aes ^0.8
normal
arbitrary ^0.4.7
normal
base64 ^0.21
normal
byteorder ^1
normal
cbc ^0.1.2
normal
cfg-if ^1
normal
chacha20poly1305 ^0.10
normal
ed25519-dalek ^2.0.0
normal
hmac ^0.12
normal
num_enum ^0.6
normal
pbkdf2 ^0.12
normal
pyo3 ^0.19
normal
rand ^0.8
normal
rand_core ^0.6
normal
scrypt ^0.11
normal
sha2 ^0.10
normal
sharks ^0.5
normal
strum ^0.25
normal
subtle ^2
normal
x25519-dalek ^2.0.0
normal
zeroize ^1.6
normal
rust-argon2 ^1.0
normal
getrandom ^0.2
normal
js-sys ^0.3.64
normal
rust-argon2 ^1.0
normal
serde-wasm-bindgen ^0.5
normal
wasm-bindgen ^0.2.87
normal
wasm-bindgen-test ^0.3
dev
Versions
88.37%
of the crate is documented
Go to latest version
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
☰
devolutions_crypto
0.9.0
In devolutions_crypto::utils
?
Function
devolutions_crypto
::
utils
::
base64_decode
source
·
[
−
]
pub fn base64_decode(data: &
str
) ->
Result
<
Vec
<
u8
>,
Error
>