Skip to content

Commit 135c938

Browse files
committed
Merge #708: scalar: fix PrivateKey->SecretKey in docstring
37d040c scalar: fix PrivateKey->SecretKey in docstring (Marko Bencun) Pull request description: ACKs for top commit: Kixunil: ACK 37d040c tcharding: ACK 37d040c Tree-SHA512: 26ea05cf555463387ea545ef9e81f1ad4e0689fe70d5b4256be45e3ae765b7b23f1c10ad6d14ee80a561fd2481ad8d30fe0c2ac440bbd6f33bfee91e5441d93d
2 parents ad9d9d0 + 37d040c commit 135c938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scalar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crate::constants;
1414

1515
/// Positive 256-bit integer guaranteed to be less than the secp256k1 curve order.
1616
///
17-
/// The difference between `PrivateKey` and `Scalar` is that `Scalar` doesn't guarantee being
17+
/// The difference between `SecretKey` and `Scalar` is that `Scalar` doesn't guarantee being
1818
/// securely usable as a private key.
1919
///
2020
/// **Warning: the operations on this type are NOT constant time!**

0 commit comments

Comments
 (0)