mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Some missing pieces for deterministic wallets.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
DetKeySet::DetKeySet(const std::string& phrase)
|
||||
{
|
||||
Serializer s;
|
||||
s.addRaw(phrase);
|
||||
s.addRaw((const void *) phrase.c_str(), phrase.length());
|
||||
mBase=s.getSHA512Half();
|
||||
s.secureErase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user