serai/crypto/multiexp/Cargo.toml
2022-06-19 06:35:45 -04:00

17 lines
395 B
TOML

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