ff 0.7.0

Library for building and interfacing with finite fields
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.ff_derive]
optional = true
version = "0.7"

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

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

[features]
default = ["std"]
derive = ["ff_derive"]
std = []

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Jack Grigg <thestr4d@gmail.com>"]
description = "Library for building and interfacing with finite fields"
documentation = "https://docs.rs/ff/"
edition = "2018"
homepage = "https://github.com/ebfull/ff"
license = "MIT/Apache-2.0"
name = "ff"
readme = "README.md"
repository = "https://github.com/ebfull/ff"
version = "0.7.0"