VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/t1ha.h
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12Avoid conflict with C++17 features std::byte by using uint8 type instead of byteMounir IDRASSI1-1/+1
2019-03-01Windows: Implement RAM encryption for keys on 64-bit machines using ChaCha12 ↵Mounir IDRASSI1-0/+261
cipher and t1ha non-cryptographic fast hash (https://github.com/leo-yuriev/t1ha)