keepassxc/src/crypto
Felix Geyer 60daa2b41b Require libgcrypt >= 1.6.0.
Remove our own Salsa20 implementation as libgcrypt ships one
with that version.
2015-09-12 13:51:49 +02:00
..
Crypto.cpp Require libgcrypt >= 1.6.0. 2015-09-12 13:51:49 +02:00
Crypto.h Crypto::selfTest(): test AES in ECB mode. 2015-05-10 00:02:08 +02:00
CryptoHash.cpp Ignore libgcrypt errors in CryptoHash::CryptoHash(). 2015-05-14 20:44:17 +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 Require libgcrypt >= 1.6.0. 2015-09-12 13:51:49 +02:00
SymmetricCipher.h Warn if result of processInPlace() is unchecked. 2015-05-09 23:21:50 +02:00
SymmetricCipherBackend.h Warn if result of processInPlace() is unchecked. 2015-05-09 23:21:50 +02:00
SymmetricCipherGcrypt.cpp Require libgcrypt >= 1.6.0. 2015-09-12 13:51:49 +02:00
SymmetricCipherGcrypt.h Warn if result of processInPlace() is unchecked. 2015-05-09 23:21:50 +02:00
SymmetricCipherSalsa20.cpp Adapt Salsa20 backend to the new interface. 2015-05-09 23:21:50 +02:00
SymmetricCipherSalsa20.h Adapt Salsa20 backend to the new interface. 2015-05-09 23:21:50 +02:00