Luke Parker
2022-05-03 07:42:09 -04:00
parent bf257b3a1f
commit 56fc39fff5
7 changed files with 93 additions and 66 deletions

View File

@@ -0,0 +1,11 @@
[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"