vitaminc-permutation 0.1.0-pre4

Secure Permutation functions. Part of the Vitamin-C cryptographic suite.
Documentation
[dependencies.bitvec]
version = "1.0.1"

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.vitaminc-protected]
features = ["bitvec"]
version = "0.1.0-pre"

[dependencies.vitaminc-random]
version = "0.1.0-pre"

[dependencies.zeroize]
features = ["derive"]
version = "1"

[dev-dependencies.paste]
version = "1.0.15"

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

[package]
authors = ["Dan Draper <dan@cipherstash.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Secure Permutation functions. Part of the Vitamin-C cryptographic suite."
documentation = "https://docs.rs/vitaminc-permutation"
edition = "2021"
homepage = "https://cipherstash.com"
keywords = ["cryptography", "security"]
license = "MIT"
name = "vitaminc-permutation"
readme = "README.md"
repository = "https://github.com/cipherstash/vitaminc"
version = "0.1.0-pre4"