serai/crypto/multiexp/Cargo.toml

18 lines
395 B
TOML
Raw Normal View History

[package]
name = "multiexp"
version = "0.1.0"
description = "Multiexponentation algorithms for ff/group"
license = "MIT"
2022-06-19 10:35:45 +00:00
repository = "https://github.com/serai-dex/serai"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
2022-06-19 10:35:45 +00:00
keywords = ["multiexp", "ff", "group"]
edition = "2021"
[dependencies]
group = "0.12"
rand_core = { version = "0.6", optional = true }
[features]
batch = ["rand_core"]