Skip to content

Commit e4a1c0f

Browse files
committed
Update deprecation message.
1 parent 89af227 commit e4a1c0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mithril-stm/src/bls_multi_signature/verification_key.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@ impl BlsVerificationKeyProofOfPossession {
164164
/// manually.
165165
// If we are really looking for performance improvements, we can combine the
166166
// two final exponentiations (for verifying k1 and k2) into a single one.
167-
#[deprecated(since = "0.5.0", note = "Use `verify_proof_of_possession` instead")]
167+
#[deprecated(
168+
since = "0.5.0",
169+
note = "The verification of the proof of possession is not part of the public API any more"
170+
)]
168171
pub fn check(&self) -> Result<(), MultiSignatureError> {
169172
Self::verify_proof_of_possession(self)
170173
}

0 commit comments

Comments
 (0)