serai/crypto/multiexp/Cargo.toml
2022-05-03 07:42:09 -04:00

11 lines
234 B
TOML

[package]
name = "multiexp"
version = "0.1.0"
description = "Multiexponentation algorithms for ff/group"
license = "MIT"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[dependencies]
ff = "0.11"
group = "0.11"