Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable 'best effort' constant-time operation and embedded-friendly no_std support
# Cargo.toml
[dependencies]
base64ct = "1.8.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encodes and decodes data using constant-time Base64.
No known issues recorded.
No dependency data recorded yet.