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 2de4337 commit da68939Copy full SHA for da68939
src/scalar.rs
@@ -19,7 +19,7 @@ use crate::constants;
19
///
20
/// **Warning: the operations on this type are NOT constant time!**
21
/// Using this with secret values is not advised.
22
-// Internal represenation is big endian to match what `libsecp256k1` uses.
+// Internal representation is big endian to match what `libsecp256k1` uses.
23
// Also easier to implement comparison.
24
// Debug impl omitted for now, the bytes may be secret
25
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
0 commit comments