rust-clacc 1.0.0

Rust implementanion of a CL universal accumulator
Documentation
[[bench]]
harness = false
name = "bench"
path = "src/bench.rs"
[dependencies.blake2]
optional = true
version = "0.9.2"

[dependencies.generic-array]
version = "0.14.6"

[dependencies.rand]
version = "0.8.5"

[dependencies.rust-gmp]
optional = true
version = "0.5.0"

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

[dependencies.typenum]
version = "1.15.0"

[dependencies.velocypack]
optional = true
version = "0.1.1"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.crossbeam]
version = "0.8.2"

[dev-dependencies.num_cpus]
version = "1.14.0"

[features]
default = ["blake2", "rust-gmp", "velocypack"]

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

[package]
authors = ["John Driscoll <johnoliverdriscoll@gmail.com>"]
categories = ["algorithms", "cryptography", "data-structures", "embedded"]
description = "Rust implementanion of a CL universal accumulator"
documentation = "https://docs.rs/rust-clacc"
edition = "2021"
keywords = ["crypto", "cryptography", "accumulator", "gmp"]
license = "MIT"
name = "rust-clacc"
readme = "README.md"
repository = "https://github.com/johnoliverdriscoll/rust-clacc"
version = "1.0.0"