class_group 0.6.0

Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders
Documentation
[[bench]]
harness = false
name = "bench-vdf-class"
path = "benches/vdf/class_group.rs"
[build-dependencies.anyhow]
version = "1"

[build-dependencies.bindgen]
version = "0.50"

[build-dependencies.fs_extra]
version = "1"
[dependencies.curv-kzen]
default-features = false
version = "0.9"

[dependencies.hmac]
version = "0.11"

[dependencies.libc]
version = "0.2.0"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.9"
[dev-dependencies.criterion]
version = ">=0.2"

[dev-dependencies.proptest]
version = "0.10.1"

[dev-dependencies.rug]
version = "1.2.1"

[dev-dependencies.sha2]
version = "0.9.1"

[features]
default = ["curv-kzen/rust-gmp-kzen"]

[package]
authors = ["omershlo <omer.shlomovits@gmail.com>"]
build = "build.rs"
categories = ["cryptography"]
description = "Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders"
edition = "2018"
keywords = ["cryptography", "crypto", "libpari"]
license = "GPL-3.0"
links = "libpari"
name = "class_group"
repository = "https://github.com/ZenGo-X/class"
version = "0.6.0"