mirror of
https://github.com/ratspeak/C6-Reticulum-ASM
synced 2026-08-12 18:07:18 -04:00
Also fixes a multi-block sha256_update bug: the .Lwblk loop kept the block-size constant in caller-saved t0 across the sha256_compress call. After the first compress, t0 held garbage and the bltu terminator either re-entered or exited spuriously. KAT integration surfaced it (TC6 hangs); static checks didn't. |
||
|---|---|---|
| .. | ||
| test_hmac_kat.py | ||
| test_hmac_sha256.py | ||