mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 05:29:25 +00:00
Add FROST key promotion
Closes https://github.com/serai-dex/serai/issues/72. Adds a trait, with a commented impl for a semi-unsafe niche feature, which will be used in https://github.com/serai-dex/serai/issues/73.
This commit is contained in:
@@ -14,7 +14,10 @@ mod schnorr;
|
||||
|
||||
pub mod curve;
|
||||
use curve::Curve;
|
||||
|
||||
pub mod key_gen;
|
||||
pub mod promote;
|
||||
|
||||
pub mod algorithm;
|
||||
pub mod sign;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user