mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Document panic in FROST
This commit is contained in:
@@ -452,6 +452,8 @@ pub trait SignatureMachine<S>: Send + Sync {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Final step of the state machine for the signing process.
|
/// Final step of the state machine for the signing process.
|
||||||
|
///
|
||||||
|
/// This may panic if an invalid algorithm is provided.
|
||||||
#[allow(non_snake_case)]
|
#[allow(non_snake_case)]
|
||||||
pub struct AlgorithmSignatureMachine<C: Curve, A: Algorithm<C>> {
|
pub struct AlgorithmSignatureMachine<C: Curve, A: Algorithm<C>> {
|
||||||
params: Params<C, A>,
|
params: Params<C, A>,
|
||||||
|
|||||||
Reference in New Issue
Block a user