hctr2-rs 0.9.1

HCTR2 and HCTR3 length-preserving encryption with format-preserving variants
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "hctr2-rs"
version = "0.9.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HCTR2 and HCTR3 length-preserving encryption with format-preserving variants"
homepage = "https://github.com/jedisct1/hctr2-rs"
readme = "README.md"
keywords = [
    "encryption",
    "hctr2",
    "hctr3",
    "fpe",
    "disk-encryption",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jedisct1/hctr2-rs"

[features]
default = ["std"]
std = []

[lib]
name = "hctr2_rs"
path = "src/lib.rs"

[dependencies.aes]
version = "0.9.0-rc.2"

[dependencies.cipher]
version = "0.5.0-rc.6"

[dependencies.polyval]
version = "0.7.0-rc.6"

[dependencies.sha2]
version = "0.11.0-rc.4"
default-features = false

[dev-dependencies.ct-codecs]
version = "1.1.6"

[profile.release]
lto = true
codegen-units = 1