mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Fixup whitespace
This commit is contained in:
parent
47101bbb27
commit
0580f86bb4
1 changed files with 4 additions and 4 deletions
|
|
@ -33,10 +33,10 @@ public:
|
|||
/**
|
||||
* secp256k1:
|
||||
*/
|
||||
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;
|
||||
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;
|
||||
/**
|
||||
* see www.keylength.com
|
||||
* script supports up to 75 for single byte push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue