[dev-dependencies.base32]
version = "0.4"
[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 Base32 (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/base32ct"
edition = "2021"
keywords = ["crypto"]
license = "Apache-2.0 OR MIT"
name = "base32ct"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/base32ct"
rust-version = "1.60"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]