Add Salsa20 cipher.

Restructure SymmetricCipher implementation to allow multiple backends.
This commit is contained in:
Felix Geyer
2010-11-21 16:19:27 +01:00
parent 3b9982c0a3
commit a428464573
16 changed files with 1533 additions and 104 deletions

View File

@@ -65,6 +65,7 @@ Crypto::Crypto()
void Crypto::init()
{
if (m_initalized) {
qWarning("Crypto::init: already initalized");
return;
}