diff options
author | Vladislav Grishenko <themiron@users.noreply.github.com> | 2020-05-29 18:26:22 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 21:26:22 +0800 |
commit | b0243b0e7bdb5fc0e5111abc8ec6698522309c3f (patch) | |
tree | 25f1979d834d80a139dc2dfbf334d9d9735ecc9a /libtomcrypt/tests | |
parent | 4faf06aae794a5b720fd3653ae2870e639a264fd (diff) |
Fix ChaCha20 on 32-bit platforms (#99)
* Fix ChaCha20 on 32-bit platforms
On 32-bit platforms with old compiler STORE64H() parameter is
not auto-expanded to 64-bit value, causing wrong IV data.
Spotted on BCM4706 MIPS32r2 with GCC 4.2.4:
Exit before auth: Integrity error (bad packet size 2065808956)
* Fix Chacha20-Poly1305 and AES-GCM debug messages
Functions were renamed earlier and trace messages - not.
Diffstat (limited to 'libtomcrypt/tests')
0 files changed, 0 insertions, 0 deletions