base16ct 0.1.1

Pure Rust implementation of Base16 a.k.a hexadecimal (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 Base16 a.k.a hexadecimal (RFC 4648) which avoids\nany usages of data-dependent branches/LUTs and thereby provides portable\n\"best effort\" constant-time operation and embedded-friendly no_std support\n"
documentation = "https://docs.rs/base16ct"
edition = "2021"
keywords = ["crypto", "hex", "pem", "phc"]
license = "Apache-2.0 OR MIT"
name = "base16ct"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/base16ct"
resolver = "2"
rust-version = "1.56"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]