VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/GostCipher.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-04Windows Driver: correctly save and restore extended processor state when perf...Mounir IDRASSI1-2/+2
2016-10-17Use properly aligned memory in code using Streebog hash implementation that u...Mounir IDRASSI1-1/+1
2016-10-17Add test vectors for Kuznyechik and GOST89 (the later is deprecated)Mounir IDRASSI1-23/+19
2016-10-17GOST89 parameters swap (6.3)kavsrf1-1/+2
2016-08-17Linux: fix various compilation issues under Linux.Mounir IDRASSI1-2/+1
2016-08-16Windows: Fix various issues detected by static analysis.Mounir IDRASSI1-13/+13
2016-08-15Windows: Add Magma cipher (GOST-89)Mounir IDRASSI1-0/+269
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132