mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 08:48:03 +00:00
New wallet system. Still missing unit tests, ledger synchronization,
and SQL code. This uses some of the 'magic' properties of elliptic curves to create related families of public and private keys. Wallet encryption is not needed because the private keys do not need to be stored.
This commit is contained in:
@@ -11,7 +11,7 @@ class NewcoinAddress : public CBase58Data
|
||||
{
|
||||
public:
|
||||
NewcoinAddress();
|
||||
NewcoinAddress(uint160& hash160In);
|
||||
NewcoinAddress(const uint160& hash160In);
|
||||
NewcoinAddress(const std::vector<unsigned char>& vchPubKey);
|
||||
NewcoinAddress(const std::string& strAddress);
|
||||
NewcoinAddress(const char* pszAddress);
|
||||
|
||||
Reference in New Issue
Block a user