mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
This commit is contained in:
11
crypto/multiexp/Cargo.toml
Normal file
11
crypto/multiexp/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user