Files
c3c/test/unit/stdlib
Manu Linares 4b03a84b00 optimize test_ct_intlog2 test and whirlpool hash (#2938)
* optimize `test_ct_intlog2` while still covering all 128 bit positions

* refactor whirlpool to reduce code bloat

replaced the fully unrolled round loop with a runtime loop, reducing
instruction count by 80k in `process_block` and yielding aprox 30%
performance boost due to improved cache locality.

* use compile-time arrays for `test_ct_intlog2`
2026-02-16 01:54:46 +01:00
..
2025-03-10 00:11:35 +01:00
2026-02-11 23:39:47 +01:00
2026-02-06 17:53:19 +01:00
2025-12-19 19:23:06 +01:00
2025-10-27 13:16:14 +01:00
2025-03-13 11:22:27 +01:00
2025-03-10 00:11:35 +01:00