dkg-evrf crate

monero-oxide relies on ciphersuite, which is in-tree, yet we've made breaking
changes since. This commit adds a patch so
monero-oxide -> patches/ciphersuite -> crypto/ciphersuite, with
patches/ciphersuite resolving the breaking changes.
This commit is contained in:
Luke Parker
2025-08-25 04:49:54 -04:00
parent 33faa53b56
commit 738babf7e9
27 changed files with 1419 additions and 1085 deletions

View File

@@ -0,0 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
pub use ciphersuite::*;
#[cfg(feature = "ed25519")]
use dalek_ff_group::Ed25519;