2022-05-03 11:42:09 +00:00
|
|
|
[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"
|
2022-05-03 11:42:09 +00:00
|
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
2022-06-19 10:35:45 +00:00
|
|
|
keywords = ["multiexp", "ff", "group"]
|
2022-05-03 11:42:09 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-06-06 06:18:25 +00:00
|
|
|
group = "0.12"
|
2022-05-27 04:52:44 +00:00
|
|
|
|
|
|
|
rand_core = { version = "0.6", optional = true }
|
|
|
|
|
|
|
|
[features]
|
|
|
|
batch = ["rand_core"]
|