keepassxc/src/crypto/kdf
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
..
AesKdf.cpp Improve speed of AES KDF transform 2022-04-02 12:50:43 -04:00
AesKdf.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
Argon2Kdf.cpp Revert back to Argon2 reference library 2022-03-06 12:50:17 -05:00
Argon2Kdf.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00
Kdf.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
Kdf.h Replace all crypto libraries with Botan 2021-04-05 22:56:03 -04:00