mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Misc continuances on the Monero processor
This commit is contained in:
@@ -43,7 +43,11 @@ pub trait KeyGenParams {
|
||||
>;
|
||||
|
||||
/// Tweaks keys as necessary/beneficial.
|
||||
fn tweak_keys(keys: &mut ThresholdKeys<Self::ExternalNetworkCiphersuite>);
|
||||
///
|
||||
/// A default implementation which doesn't perform any tweaking is provided.
|
||||
fn tweak_keys(keys: &mut ThresholdKeys<Self::ExternalNetworkCiphersuite>) {
|
||||
let _ = keys;
|
||||
}
|
||||
|
||||
/// Encode keys as optimal.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user