Document message validation requirement

This commit is contained in:
teor 2021-05-19 08:11:19 +10:00 committed by GitHub
parent 4cec6f87b4
commit 5acf1ee801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -379,7 +379,9 @@ impl From<(u8, &SigningNonces)> for SigningCommitments {
/// Generated by the coordinator of the signing operation and distributed to
/// each signing party.
pub struct SigningPackage {
/// Message which each participant will sign
/// Message which each participant will sign.
///
/// Each signer should perform protocol-specific verification on the message.
pub message: &'static [u8],
/// The set of commitments participants published in the first round of the
/// protocol.