cryptid 0.2.8

An implementation of the threshold ElGamal cryptosystem with zero-knowledge proofs, using Curve25519 as the group.
Documentation
[dependencies.base64]
version = "0.12.1"

[dependencies.curve25519-dalek]
features = ["serde"]
version = "2.0.0"

[dependencies.num-bigint]
features = ["rand", "serde"]
version = "0.2.6"

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

[dependencies.ring]
version = "0.16.13"

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

[dependencies.serde_json]
version = "1.0.53"

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

[package]
authors = ["Eleanor McMurtry <elmcmurtry1@gmail.com>"]
description = "An implementation of the threshold ElGamal cryptosystem with zero-knowledge proofs, using Curve25519 as the group."
edition = "2018"
license = "MIT"
name = "cryptid"
repository = "https://github.com/noneuclideangirl/cryptid"
version = "0.2.8"