mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 07:22:15 +00:00
69c60530d4
Adapted from Scalar::non_adjacent_form in curve25519-dalek.
25 lines
593 B
TOML
25 lines
593 B
TOML
[package]
|
|
name = "group"
|
|
version = "0.6.0"
|
|
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/group/"
|
|
homepage = "https://github.com/ebfull/group"
|
|
repository = "https://github.com/ebfull/group"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
byteorder = { version = "1", default-features = false }
|
|
ff = { version = "0.6", path = "../ff" }
|
|
rand = "0.7"
|
|
rand_xorshift = "0.2"
|
|
|
|
[badges]
|
|
maintenance = { status = "actively-developed" }
|