Skip to content

Commit

Permalink
Fix a typo (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar authored Apr 11, 2023
1 parent 80aac08 commit 90f10ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifying.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl VerifyingKey {

/// Returns whether this is a _weak_ public key, i.e., if this public key has low order.
///
/// A weak public key can be used to generate a siganture that's valid for almost every
/// A weak public key can be used to generate a signature that's valid for almost every
/// message. [`Self::verify_strict`] denies weak keys, but if you want to check for this
/// property before verification, then use this method.
pub fn is_weak(&self) -> bool {
Expand Down

0 comments on commit 90f10ed

Please sign in to comment.