Docs.rs
metamorphic-crypto-0.10.0
metamorphic-crypto 0.10.0
Docs.rs crate page
MIT
OR
Apache-2.0
01 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
f0rest8
Dependencies
aes-gcm =0.11.0-rc.4
normal
argon2 ^0.5
normal
base64 ^0.22
normal
blake2 ^0.10
normal
crypto_box ^0.9
normal
crypto_secretbox ^0.1
normal
curve25519-dalek ^4
normal
ed25519-dalek ^2
normal
ed448-goldilocks =0.14.0-pre.15
normal
getrandom ^0.2
normal
hkdf =0.13.0
normal
hmac ^0.13
normal
ml-dsa ^0.1
normal
ml-kem ^0.3
normal
p256 =0.14.0-rc.14
normal
p521 =0.14.0-rc.14
normal
rfc6979 ^0.6.0-pre.0
normal
sha2 ^0.11
normal
sha3 ^0.11
normal
thiserror ^2
normal
x25519-dalek ^2
normal
x448 =0.14.0-pre.12
normal
zeroize ^1
normal
proptest ^1
dev
getrandom ^0.2
normal
getrandom ^0.4
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
Versions
100%
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
encode
metamorphic_
crypto
0.10.0
In metamorphic_
crypto::
b64
metamorphic_crypto
::
b64
Function
encode
Copy item path
Source
pub fn encode(bytes: &[
u8
]) ->
String
Expand description
Encode bytes to standard base64 with padding.