[package]
edition = "2021"
name = "vitaminc-context"
version = "0.5.0"
authors = ["Dan Draper <dan@cipherstash.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One canonical encoding for the context an AEAD authenticates and a PRF derives under. Part of the VitaminC cryptographic suite."
homepage = "https://cipherstash.com"
documentation = "https://docs.rs/vitaminc-context"
readme = "README.md"
keywords = [
"cryptography",
"security",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/cipherstash/vitaminc"
[features]
arbitrary = ["dep:quickcheck"]
[lib]
name = "vitaminc_context"
path = "src/lib.rs"
[dependencies.mutants]
version = "0.0.4"
[dependencies.quickcheck]
version = "1.1.0"
optional = true
[dependencies.vitaminc-protected]
version = "0.5.0"
[dev-dependencies.quickcheck]
version = "1.1.0"
[dev-dependencies.quickcheck_macros]
version = "1.2.0"