mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-18 16:55:16 +00:00
Document panic in FROST
This commit is contained in:
parent
e74b4ab94f
commit
7a8f8c2d3d
1 changed files with 2 additions and 0 deletions
|
@ -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>,
|
||||||
|
|
Loading…
Reference in a new issue