mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3d1db70052
- Created mpz_mul_sliding_window_core() containing pure multiplication algorithm - Unified mpz_mul_sliding_window() with pool-first-then-heap approach - Eliminated mpz_mul_sliding_window_pool() function (84+ lines removed) - Simplified mpz_mul() algorithm hierarchy to use single sliding window function - Updated all callers in powm operations - All tests pass, maintaining performance with cleaner architecture Co-authored-by: Claude <noreply@anthropic.com>