mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +00:00
17 lines
395 B
TOML
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"]
|