aboutsummaryrefslogtreecommitdiff
path: root/tests/test-hash.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-06-02 12:26:10 -0400
committerRob Austein <sra@hactrn.net>2017-06-02 12:26:10 -0400
commit6a47490407210471afdd80f009123bd72014db3a (patch)
treeb1034e6bdab9cdd3b66ea8d2ee0b1c67b76b32cb /tests/test-hash.c
parent35a88083a9936b2ed3d0091c0461530be81287c1 (diff)
Fix AESKeywrapWithPadding handling of very long messages.
We were XORing the low 32 bits of R[0] instead of the full 64 bits. Makes no difference for small values of n, so we never detected it.
Diffstat (limited to 'tests/test-hash.c')
0 files changed, 0 insertions, 0 deletions
#n106'>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 160 161 162 163 164 165 166 167 168 169 170 171 172