groupy 0.2.1

Elliptic curve group traits and utilities
Documentation
[package]
name = "groupy"
version = "0.2.1"
authors = [
    "Sean Bowe <ewillbefull@gmail.com>",
    "Jack Grigg <jack@z.cash>",
]
readme = "README.md"
license = "MIT/Apache-2.0"

description = "Elliptic curve group traits and utilities"
documentation = "https://docs.rs/groupy/"
homepage = "https://github.com/filecoin-project/group"
repository = "https://github.com/filecoin-project/group"
edition = "2018"

[dependencies]
ff = { version = "=0.5.0" }
rand = "0.7"
rand_xorshift = "0.2"

[badges]
maintenance = { status = "actively-developed" }