base64ct 1.5.3

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
Documentation
[dev-dependencies.base64]
version = "0.13"

[dev-dependencies.proptest]
version = "1"

[features]
alloc = []
std = ["alloc"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "encoding", "no-std", "parser-implementations"]
description = "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of\ndata-dependent branches/LUTs and thereby provides portable \"best effort\"\nconstant-time operation and embedded-friendly no_std support\n"
documentation = "https://docs.rs/base64ct"
edition = "2021"
keywords = ["crypto", "base64", "pem", "phc"]
license = "Apache-2.0 OR MIT"
name = "base64ct"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/base64ct"
rust-version = "1.56"
version = "1.5.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]