group 0.11.0

Elliptic curve group traits and utilities
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.byteorder]
default-features = false
optional = true
version = "1"

[dependencies.ff]
default-features = false
version = "0.11"

[dependencies.rand]
default-features = false
optional = true
version = "0.8"

[dependencies.rand_core]
default-features = false
version = "0.6"

[dependencies.rand_xorshift]
optional = true
version = "0.3"

[dependencies.subtle]
default-features = false
version = "2.2.1"

[features]
alloc = ["byteorder"]
default = ["alloc"]
tests = ["alloc", "rand", "rand_xorshift"]

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Jack Grigg <jack@z.cash>"]
description = "Elliptic curve group traits and utilities"
documentation = "https://docs.rs/group/"
edition = "2018"
homepage = "https://github.com/zkcrypto/group"
license = "MIT/Apache-2.0"
name = "group"
readme = "README.md"
repository = "https://github.com/zkcrypto/group"
version = "0.11.0"