keepassxc/src/crypto
2012-06-29 14:15:16 +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 use of Q_NULLPTR. 2012-06-29 14:15:16 +02:00
CryptoHash.cpp New TODO comment style. 2012-05-11 12:39:06 +02: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 Support Twofish encrypted KeePass 1 databases. 2012-05-10 21:06:33 +02:00
SymmetricCipher.h Support Twofish encrypted KeePass 1 databases. 2012-05-10 21:06:33 +02:00
SymmetricCipherBackend.h Use quint64 everywhere for the transform rounds number. 2012-05-08 22:31:09 +02:00
SymmetricCipherGcrypt.cpp Make use of Q_NULLPTR. 2012-06-29 14:15:16 +02:00
SymmetricCipherGcrypt.h Support Twofish encrypted KeePass 1 databases. 2012-05-10 21:06:33 +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