Fix typo for VerifyingKey.effective_key

This commit is contained in:
zebra-lucky 2024-03-05 21:15:49 +02:00
parent 155dfa632b
commit 1268f5cc60
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ where
self.element
}
/// Return the effective signing key given the specific signing parameters
/// Return the effective verifying key given the specific signing parameters
/// to be verified against. For most ciphersuites, this simply returns the
/// same verifying key unchanged.
pub fn effective_key(self, sig_params: &C::SigningParameters) -> Self {