use blake3 for salt and pwhash for passphrase hash
This commit is contained in:
@@ -443,7 +443,7 @@ Tx MainWindow::createTxFromChatPage() {
|
||||
int lengthmemo = memoplain.length();
|
||||
|
||||
char *memoplainchar = NULL;
|
||||
memoplainchar = new char[lengthmemo+1];
|
||||
memoplainchar = new char[lengthmemo+2];
|
||||
strncpy(memoplainchar, memoplain.toUtf8(), lengthmemo +1);
|
||||
|
||||
QString pubkey = this->getPubkeyByAddress(addr);
|
||||
|
||||
Reference in New Issue
Block a user