keepassxc/src/crypto
Jascha Dachtera 65626f0da2 Merge branch 'master' of https://github.com/keepassx/keepassx
Use SymmetricCipherGcrypt directly in Protocol.cpp to make it work with the latest master
revision.
2014-04-18 13:59:24 +02:00
..
salsa20 Add Salsa20 cipher. 2010-11-21 16:19:27 +01:00
Crypto.cpp Add compatibility with libgcrypt 1.6. 2014-01-12 12:39:39 +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 Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
Random.cpp Use QUINT32_MAX in tests instead of hardcoding the number. 2013-10-12 19:11:57 +02:00
Random.h Coding style fixes. 2013-10-13 18:08:50 +02:00
SymmetricCipher.cpp Merge branch 'master' of https://github.com/keepassx/keepassx 2014-04-18 13:59:24 +02:00
SymmetricCipher.h Merge branch 'master' of https://github.com/keepassx/keepassx 2014-04-18 13:59:24 +02:00
SymmetricCipherBackend.h More careful null checking and member initalization. 2014-03-22 12:10:49 +01:00
SymmetricCipherGcrypt.cpp More careful null checking and member initalization. 2014-03-22 12:10:49 +01:00
SymmetricCipherGcrypt.h More careful null checking and member initalization. 2014-03-22 12:10:49 +01:00
SymmetricCipherSalsa20.cpp More careful null checking and member initalization. 2014-03-22 12:10:49 +01:00
SymmetricCipherSalsa20.h More careful null checking and member initalization. 2014-03-22 12:10:49 +01:00