ct-codecs 1.1.1

Constant-time hex and base64 codecs from libsodium reimplemented in Rust
Documentation
[features]
default = ["std"]
std = []

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["no-std", "cryptography", "encoding"]
description = "Constant-time hex and base64 codecs from libsodium reimplemented in Rust"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-ct-codecs"
keywords = ["base64", "hex", "crypto"]
license = "MIT"
name = "ct-codecs"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-ct-codecs"
version = "1.1.1"
[profile.release]
codegen-units = 1
incremental = false
panic = "abort"