mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
* Botan: use raw_private_key_bits() if available Botan 3.x introduces raw_private_key_bits() as an alias for get_private_key(), and deprecates the latter. * Botan: use Cipher_Dir::Encryption Botan 3.x introduces Cipher_Dir::Encryption as an alias for Cipher_Dir::ENCRYPTION, and deprecates the latter. Likewise for Decryption/DECRYPTION. |
||
|---|---|---|
| .. | ||
| kdf | ||
| Crypto.cpp | ||
| Crypto.h | ||
| CryptoHash.cpp | ||
| CryptoHash.h | ||
| Random.cpp | ||
| Random.h | ||
| SymmetricCipher.cpp | ||
| SymmetricCipher.h | ||