keepassxc/src/crypto
2012-05-08 22:31:09 +02:00
..
salsa20 Add Salsa20 cipher. 2010-11-21 16:19:27 +01:00
Crypto.cpp Make sure gcrypt is initalized when SymmetricCipherGcrypt objects are created. 2011-11-20 10:24:12 +01:00
Crypto.h Make sure gcrypt is initalized when SymmetricCipherGcrypt objects are created. 2011-11-20 10:24:12 +01:00
CryptoHash.cpp Add more Crypto::initalized() assertions. 2011-11-20 11:46:09 +01:00
CryptoHash.h Mark some constructor as explicit. 2012-01-11 19:18:35 +01:00
Random.cpp Add more Crypto::initalized() assertions. 2011-11-20 11:46:09 +01:00
Random.h Add Random::randomUInt() and Random::randomUIntRange(). 2011-07-08 14:40:42 +02:00
SymmetricCipher.cpp Improve performance of the key transformation. 2012-05-07 14:31:18 +02:00
SymmetricCipher.h Use quint64 everywhere for the transform rounds number. 2012-05-08 22:31:09 +02:00
SymmetricCipherBackend.h Use quint64 everywhere for the transform rounds number. 2012-05-08 22:31:09 +02:00
SymmetricCipherGcrypt.cpp Use quint64 everywhere for the transform rounds number. 2012-05-08 22:31:09 +02:00
SymmetricCipherGcrypt.h Use quint64 everywhere for the transform rounds number. 2012-05-08 22:31:09 +02:00
SymmetricCipherSalsa20.cpp Use quint64 everywhere for the transform rounds number. 2012-05-08 22:31:09 +02:00
SymmetricCipherSalsa20.h Use quint64 everywhere for the transform rounds number. 2012-05-08 22:31:09 +02:00