2022-05-03 07:42:09 -04:00
|
|
|
[package]
|
|
|
|
|
name = "multiexp"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Multiexponentation algorithms for ff/group"
|
|
|
|
|
license = "MIT"
|
2022-06-19 06:35:45 -04:00
|
|
|
repository = "https://github.com/serai-dex/serai"
|
2022-05-03 07:42:09 -04:00
|
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
2022-06-19 06:35:45 -04:00
|
|
|
keywords = ["multiexp", "ff", "group"]
|
2022-05-03 07:42:09 -04:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-06-06 02:18:25 -04:00
|
|
|
group = "0.12"
|
2022-05-27 00:52:44 -04:00
|
|
|
|
|
|
|
|
rand_core = { version = "0.6", optional = true }
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
batch = ["rand_core"]
|