VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/GostCipher.h
AgeCommit message (Collapse)AuthorFilesLines
2019-02-12Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by ↵Mounir IDRASSI1-4/+1
Stephan Mueller as a good alternative to RDRAND (http://www.chronox.de/jent.html, smueller@chronox.de)
2016-10-17Use properly aligned memory in code using Streebog hash implementation that ↵Mounir IDRASSI1-1/+2
uses SSE.
2016-10-17Add test vectors for Kuznyechik and GOST89 (the later is deprecated)Mounir IDRASSI1-1/+1
2016-08-17Linux: fix various compilation issues under Linux.Mounir IDRASSI1-1/+10
2016-08-16Windows: Fix various issues detected by static analysis.Mounir IDRASSI1-3/+3
2016-08-15Windows: Add Magma cipher (GOST-89)Mounir IDRASSI1-0/+61