libcryfs/src/cpp-utils/crypto/symmetric
Sebastian Messmer 68a4c5646a Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
..
testutils Merge branch 'release/0.10' into develop 2019-06-08 13:33:06 -07:00
AEAD_Cipher.h Fix clang-tidy warnings 2021-04-21 17:37:40 -07:00
CFB_Cipher.h Merge branch 'release/0.10' into develop 2019-06-08 13:33:06 -07:00
Cipher.h Simplify: key size is only known at runtime, not a template parameter anymore 2018-10-21 22:53:53 +02:00
EncryptionKey.cpp CryFS tells the operating system to not swap the encryption key to the disk (note: this is best-effort and cannot be guaranteed. Hibernation, for example, will still write the encryption key to the disk) 2017-09-05 00:43:43 +01:00
EncryptionKey.h Remove legacy code making CryFS compatible with older Crypto++ versions. We need a newer Crypto++ versions now anyhow because we use its scrypt implementation. 2019-01-20 14:07:06 -08:00
GCM_Cipher.h Add XChaCha20-Poly1305 cipher and make it the default 2021-01-14 20:02:06 -08:00
ciphers.cpp Add XChaCha20-Poly1305 cipher and make it the default 2021-01-14 20:02:06 -08:00
ciphers.h Add XChaCha20-Poly1305 cipher and make it the default 2021-01-14 20:02:06 -08:00