mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
22 lines
518 B
TOML
22 lines
518 B
TOML
[package]
|
|
name = "dalek-ff-group"
|
|
version = "0.1.3"
|
|
description = "ff/group bindings around curve25519-dalek"
|
|
license = "MIT"
|
|
repository = "https://github.com/serai-dex/serai"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = ["curve25519", "ed25519", "ristretto", "dalek", "group"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand_core = "0.6"
|
|
digest = "0.10"
|
|
|
|
zeroize = { version = "1.3", features = ["zeroize_derive"] }
|
|
subtle = "2.4"
|
|
|
|
ff = "0.12"
|
|
group = "0.12"
|
|
|
|
crypto-bigint = "0.4"
|
|
curve25519-dalek = "3.2"
|