mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Finally make modular-frost work with alloc alone
Carries the update to `frost-schnorrkel` and `bitcoin-serai`.
This commit is contained in:
@@ -21,12 +21,13 @@ pub mod alloc {
|
||||
pub use multiexp;
|
||||
|
||||
pub use dkg;
|
||||
pub use dkg_dealer;
|
||||
pub use dkg_recovery;
|
||||
pub use dkg_musig;
|
||||
pub use dkg_evrf;
|
||||
|
||||
pub use bitcoin_serai;
|
||||
|
||||
/*
|
||||
pub use modular_frost;
|
||||
pub use frost_schnorrkel;
|
||||
*/
|
||||
|
||||
pub use bitcoin_serai;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user