Add Salsa20 cipher.
Restructure SymmetricCipher implementation to allow multiple backends.
This commit is contained in:
@@ -65,6 +65,7 @@ Crypto::Crypto()
|
||||
void Crypto::init()
|
||||
{
|
||||
if (m_initalized) {
|
||||
qWarning("Crypto::init: already initalized");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user