mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-09 18:00:13 +02:00
Fixup whitespace
This commit is contained in:
@ -33,10 +33,10 @@ public:
|
|||||||
/**
|
/**
|
||||||
* secp256k1:
|
* secp256k1:
|
||||||
*/
|
*/
|
||||||
static constexpr unsigned int SIZE = 65;
|
static constexpr unsigned int SIZE = 65;
|
||||||
static constexpr unsigned int COMPRESSED_SIZE = 33;
|
static constexpr unsigned int COMPRESSED_SIZE = 33;
|
||||||
static constexpr unsigned int SIGNATURE_SIZE = 72;
|
static constexpr unsigned int SIGNATURE_SIZE = 72;
|
||||||
static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
|
static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65;
|
||||||
/**
|
/**
|
||||||
* see www.keylength.com
|
* see www.keylength.com
|
||||||
* script supports up to 75 for single byte push
|
* script supports up to 75 for single byte push
|
||||||
|
Reference in New Issue
Block a user