We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9d9d0 commit 37d040cCopy full SHA for 37d040c
src/scalar.rs
@@ -14,7 +14,7 @@ use crate::constants;
14
15
/// Positive 256-bit integer guaranteed to be less than the secp256k1 curve order.
16
///
17
-/// The difference between `PrivateKey` and `Scalar` is that `Scalar` doesn't guarantee being
+/// The difference between `SecretKey` and `Scalar` is that `Scalar` doesn't guarantee being
18
/// securely usable as a private key.
19
20
/// **Warning: the operations on this type are NOT constant time!**
0 commit comments