VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/GfMul.c
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10Fix: 7 typos (#1324)RoboSchmied1-3/+3
Signed-off-by: RoboSchmied <github@roboschmie.de>
2016-05-10Remove trailing whitespaceDavid Foerster1-6/+6
2016-05-10Normalize all line terminatorsDavid Foerster1-768/+768
2014-11-08Remove unused functions from GfMul.cMounir IDRASSI1-16/+0
2014-11-08Remove deprecated/legacy cryptographic algorithms and encryption modes that ↵Mounir IDRASSI1-110/+0
are never used by VeraCrypt. This will speed up volumes opening in many cases.
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+894
>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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159