diff --git a/crypto/frost/src/sign.rs b/crypto/frost/src/sign.rs index 5d43f3fa..86070add 100644 --- a/crypto/frost/src/sign.rs +++ b/crypto/frost/src/sign.rs @@ -452,6 +452,8 @@ pub trait SignatureMachine: Send + Sync { } /// Final step of the state machine for the signing process. +/// +/// This may panic if an invalid algorithm is provided. #[allow(non_snake_case)] pub struct AlgorithmSignatureMachine> { params: Params,