mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-04 12:16:37 +00:00
6101f81d0a
Combines the existing frost-rs, dalek-ff-group, and monero-rs repos into a monorepo. Makes tweaks necessary as needed. Replaces RedDSA (which was going to be stubbed out into a new folder for now) with an offset system that voids its need and allows stealth addresses with CLSAG.
17 lines
301 B
TOML
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.10"
|
|
group = "0.10"
|
|
|
|
curve25519-dalek = "3.2"
|