mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 11:59:55 +00:00
e22dcb1441
Modernizes dependencies
22 lines
395 B
TOML
22 lines
395 B
TOML
[package]
|
|
name = "frost"
|
|
version = "0.1.0"
|
|
description = "Implementation of FROST over ff/group"
|
|
license = "MIT"
|
|
authors = ["kayabaNerve (Luke Parker) <lukeparker5132@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
digest = "0.10"
|
|
|
|
rand_core = "0.6"
|
|
|
|
ff = "0.11"
|
|
group = "0.11"
|
|
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8"
|
|
sha2 = "0.10"
|
|
k256 = { version = "0.10", features = ["arithmetic"] }
|