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 47101bb commit 0580f86Copy full SHA for 0580f86
src/pubkey.h
@@ -33,10 +33,10 @@ class CPubKey
33
/**
34
* secp256k1:
35
*/
36
- static constexpr unsigned int SIZE = 65;
37
- static constexpr unsigned int COMPRESSED_SIZE = 33;
38
- static constexpr unsigned int SIGNATURE_SIZE = 72;
39
- static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
+ static constexpr unsigned int SIZE = 65;
+ static constexpr unsigned int COMPRESSED_SIZE = 33;
+ static constexpr unsigned int SIGNATURE_SIZE = 72;
+ static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
40
41
* see www.keylength.com
42
* script supports up to 75 for single byte push
0 commit comments