Skip to content

Commit da68939

Browse files
authored
Update scalar.rs
1 parent 2de4337 commit da68939

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
@@ -19,7 +19,7 @@ use crate::constants;
1919
///
2020
/// **Warning: the operations on this type are NOT constant time!**
2121
/// Using this with secret values is not advised.
22-
// Internal represenation is big endian to match what `libsecp256k1` uses.
22+
// Internal representation is big endian to match what `libsecp256k1` uses.
2323
// Also easier to implement comparison.
2424
// Debug impl omitted for now, the bytes may be secret
2525
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]

0 commit comments

Comments
 (0)