Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-11 | poly1305: rename finish to final | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-09-11 | crypto: do not use compound literals in selftests | Jason A. Donenfeld | |
gcc can't apply section attributes to compound literals, so we can't mark the actual data as __initconst. We thus waste space instead, but this shouldn't matter much, since it's cleared after init anyway, and because this is only for debugging. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-09-03 | crypto: import zinc | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |