diff options
| author | Ben Woosley <[email protected]> | 2019-03-04 01:26:31 -0800 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2019-03-04 01:30:36 -0800 |
| commit | 0580f86bb48004b797d4cb6273e7ffee0b0a0584 (patch) | |
| tree | 4e9b273dda1609fd2fbff56264a9cbb596d954fd /src | |
| parent | scripted-diff: Rename CPubKey and CKey::*_KEY_SIZE and COMPRESSED_*_KEY_SIZE (diff) | |
| download | discoin-0580f86bb48004b797d4cb6273e7ffee0b0a0584.tar.xz discoin-0580f86bb48004b797d4cb6273e7ffee0b0a0584.zip | |
Fixup whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/pubkey.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pubkey.h b/src/pubkey.h index 918aba273..c2900f0b0 100644 --- a/src/pubkey.h +++ b/src/pubkey.h @@ -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 |