diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-22 20:28:02 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-23 17:05:23 +0200 |
commit | aaf28f06911c49506125a7dce36b552512be7e76 (patch) | |
tree | a41a7355943e926ae0ccfb68b3e9452e7554c6ea /src/crypto/zinc/poly1305/poly1305-donna32.h | |
parent | 05eedf2288b5f9b1a86a7ca4efe31835369302ad (diff) |
curve25519-fiat32: work around m68k compiler stack frame bug
The m68k compiler generates a 1032 byte stack frame. Moving these
variables inside the loop fixes that. It also means we're not explicitly
memzeroing it any more either, but hopefully that memory is reused
anyway by the multiplications.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/zinc/poly1305/poly1305-donna32.h')
0 files changed, 0 insertions, 0 deletions