Skip to content

Commit 37d040c

Browse files
committed
scalar: fix PrivateKey->SecretKey in docstring
1 parent ad9d9d0 commit 37d040c

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)