cryb-to/include
Dag-Erling Smørgrav d419d7388a Remove an unnecessary pointer from struct aes_ctx.
The rk pointer in struct aes_ctx always pointed to the context's buffer and served no purpose whatsoever, but the compiler had no way of knowing that and could therefore not optimize away assignments to and from it.

Note that the removal of rk breaks the ABI, since it changes the size of struct aes_ctx, but we allow ourselves that because neither the API nor the ABI have been fixed yet.
2017-03-03 23:49:00 +01:00
..
cryb Remove an unnecessary pointer from struct aes_ctx. 2017-03-03 23:49:00 +01:00
.gitignore Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
Makefile.am