Skip to content

Commit aa50cc6

Browse files
committed
Remove Schnorr word from keypairs
Keypairs are pair of EC points that don't have anything to do with the signature algorithm
1 parent 49905b0 commit aa50cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/key.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ impl KeyPair {
718718
}
719719
}
720720

721-
/// Creates a Schnorr [`KeyPair`] directly from a secret key slice.
721+
/// Creates a [`KeyPair`] directly from a secret key slice.
722722
///
723723
/// # Errors
724724
///
@@ -743,7 +743,7 @@ impl KeyPair {
743743
}
744744
}
745745

746-
/// Creates a Schnorr [`KeyPair`] directly from a secret key string.
746+
/// Creates a [`KeyPair`] directly from a secret key string.
747747
///
748748
/// # Errors
749749
///
@@ -759,7 +759,7 @@ impl KeyPair {
759759
}
760760
}
761761

762-
/// Creates a Schnorr [`KeyPair`] directly from a secret key string and the global [`SECP256K1`] context.
762+
/// Creates a [`KeyPair`] directly from a secret key string and the global [`SECP256K1`] context.
763763
///
764764
/// # Errors
765765
///

0 commit comments

Comments
 (0)