Docs.rs
extrapaytr-crypto-0.1.0
extrapaytr-crypto 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
15 August 2026
Links
Repository
crates.io
Source
Owners
emrebe06
Dependencies
aes-gcm ^0.11
normal
optional
base64 ^0.22
normal
hex ^0.4
normal
hmac ^0.12
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
subtle ^2
normal
thiserror ^1
normal
Versions
27.78%
of the crate is documented
Go to latest version
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
base64_decode
extrapaytr_
crypto
0.1.0
In extrapaytr_
crypto::
encoding
extrapaytr_crypto
::
encoding
Function
base64_
decode
Copy item path
Source
pub fn base64_decode( input: impl
AsRef
<[
u8
]>, ) ->
Result
<
Vec
<
u8
>,
Base64DecodeError
>