base64ct 1.0.1

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
[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/pkcs8"
edition = "2018"
keywords = ["base64", "phc"]
license = "Apache-2.0 OR MIT"
name = "base64ct"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/base64ct"
version = "1.0.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]