keepassxc/src/crypto
2018-01-14 11:21:17 -05:00
..
argon2 Fix linker definition clashes between libargon2 and libsodium on Windows 2018-01-14 11:21:17 -05:00
kdf Fix linker definition clashes between libargon2 and libsodium on Windows 2018-01-14 11:21:17 -05:00
Crypto.cpp Add support for various algorithms for kdbx4 2018-01-13 14:23:26 -05:00
Crypto.h Add support for various algorithms for kdbx4 2018-01-13 14:23:26 -05:00
CryptoHash.cpp Fix compilation error 2018-01-13 14:24:56 -05:00
CryptoHash.h Reformat code, fix minor style issues, make kdf() getter const 2018-01-13 14:23:27 -05:00
Random.cpp Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
Random.h Coding style fixes. 2013-10-13 18:08:50 +02:00
SymmetricCipher.cpp Reformat code, fix minor style issues, make kdf() getter const 2018-01-13 14:23:27 -05:00
SymmetricCipher.h Reformat code, fix minor style issues, make kdf() getter const 2018-01-13 14:23:27 -05:00
SymmetricCipherBackend.h SymmetricCipher: Add keySize(), don't rely on state for sizes 2017-11-19 14:38:59 +02:00
SymmetricCipherGcrypt.cpp Reformat code, fix minor style issues, make kdf() getter const 2018-01-13 14:23:27 -05:00
SymmetricCipherGcrypt.h Reformat code, fix minor style issues, make kdf() getter const 2018-01-13 14:23:27 -05:00