- 36DDD67BA47C3860BA5747A2388B11E4CB3ED91AE1BC54A051F773E7958D3EC08CBD029607D1878661D644D34910098027600CD7E1BD08ACA059452CF03FD0E8
+ 900B12956730C16E78DCF97A12B7559168326A21A163A67556C6B0939577E2C7D8325CC1D5AEAEE4F1F00961ACE35853EB5785A5FE4BE059E7BD46BB285E01D2
bitcoin/src/key.h
(14 . 7)(14 . 6)
139
140 #include "serialize.h"
141 #include "uint256.h"
142 #include "base58.h"
143
144 // secp160k1
145 // const unsigned int PRIVATE_KEY_SIZE = 192;
(419 . 12)(418 . 6)
147 return true;
148 }
149
150 // Get the address corresponding to this key
151 CBitcoinAddress GetAddress() const
152 {
153 return CBitcoinAddress(GetPubKey());
154 }
155
156 bool IsValid()
157 {
158 if (!fSet)