Docs.rs
devolutions-crypto-0.9.2
devolutions-crypto 0.9.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:devolutions:crates-io
pdugre
devolutionsinfra
devolutionsbot
Dependencies
aead ^0.5
normal
aes ^0.8
normal
arbitrary ^0.4.7
normal
optional
base64 ^0.22
normal
blahaj ^0.6
normal
blake3 ^1.5.5
normal
byteorder ^1
normal
cbc ^0.1.2
normal
cfg-if ^1
normal
chacha20poly1305 ^0.10
normal
dyn-clone ^1.0.17
normal
ed25519-dalek ^2
normal
hmac ^0.12
normal
num_enum ^0.7
normal
paste ^1.0.15
normal
pbkdf2 ^0.12
normal
rand ^0.8
normal
rand_core ^0.6
normal
rust-argon2 ^2.1
normal
scrypt ^0.11
normal
sha2 ^0.10
normal
strum ^0.26
normal
subtle ^2
normal
thiserror ^2.0.11
normal
typed-builder ^0.20.0
normal
x25519-dalek ^2
normal
zeroize ^1.8
normal
getrandom ^0.2
normal
js-sys ^0.3.69
normal
optional
serde-wasm-bindgen ^0.6.5
normal
optional
wasm-bindgen ^0.2.92
normal
optional
wasm-bindgen-test ^0.3
dev
Versions
64.9%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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.2
In devolutions_
crypto::
utils
devolutions_crypto
::
utils
Function
base64_decode_url
Copy item path
Source
pub fn base64_decode_url(data: &
str
) ->
Result
<
Vec
<
u8
>>