(14 . 7)(14 . 6)
162
163 #include "serialize.h"
164 #include "uint256.h"
165 #include "base58.h"
166
167 // secp160k1
168 // const unsigned int PRIVATE_KEY_SIZE = 192;
(385 . 12)(384 . 6)
170 return true;
171 }
172
173 // Get the address corresponding to this key
174 CBitcoinAddress GetAddress() const
175 {
176 return CBitcoinAddress(GetPubKey());
177 }
178
179 bool IsValid()
180 {
181 if (!fSet)