serai/sign/dalek-ff-group/Cargo.toml
Luke Parker e22dcb1441
Update FROST signing to match the IETF draft
Modernizes dependencies
2022-04-23 03:49:30 -04:00

17 lines
301 B
TOML

[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"
subtle = "2.4"
ff = "0.11"
group = "0.11"
curve25519-dalek = "3.2"