mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
18
crypto/dalek-ff-group/Cargo.toml
Normal file
18
crypto/dalek-ff-group/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "dalek-ff-group"
|
||||
version = "0.1.0"
|
||||
description = "ff/group bindings around curve25519-dalek"
|
||||
license = "MIT"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rand_core = "0.6"
|
||||
digest = "0.10"
|
||||
|
||||
subtle = "2.4"
|
||||
|
||||
ff = "0.11"
|
||||
group = "0.11"
|
||||
|
||||
curve25519-dalek = "3.2"
|
||||
Reference in New Issue
Block a user