Document panic in FROST

This commit is contained in:
Luke Parker 2023-04-24 23:19:23 -04:00
parent e74b4ab94f
commit 7a8f8c2d3d
No known key found for this signature in database

View file

@ -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>,