We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Debug
Scalar
1 parent 8603719 commit e597860Copy full SHA for e597860
src/scalar.rs
@@ -20,7 +20,6 @@ use crate::constants;
20
// Internal represenation is big endian to match what `libsecp256k1` uses.
21
// Also easier to implement comparison.
22
// Debug impl omitted for now, the bytes may be secret
23
-#[allow(missing_debug_implementations)]
24
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
25
pub struct Scalar([u8; 32]);
26
impl_pretty_debug!(Scalar);
0 commit comments