keepassxc/src/crypto
Jonathan White 41061cfde8 Improve speed of AES KDF transform
* Remove parallel left/right block calculations in favor of calculating both blocks simultaneously. This brings the calculation within parity of 2.6.6.
* Fix #7682
2022-04-02 12:50:43 -04:00
..
kdf Improve speed of AES KDF transform 2022-04-02 12:50:43 -04:00
Crypto.cpp Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
Crypto.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
CryptoHash.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
CryptoHash.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
Random.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
Random.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
SymmetricCipher.cpp Add support for Windows Hello 2022-02-22 17:53:50 -05:00
SymmetricCipher.h Add support for Windows Hello 2022-02-22 17:53:50 -05:00