mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
11 lines
234 B
TOML
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"
|