Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 525 Bytes

File metadata and controls

14 lines (10 loc) · 525 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.0] - YYYY-MM-DD

  • Initial skeleton layout.

[0.1.1] - YYYY-MM-DD

  • Added limb-wise division/magnitude helpers, modular exponentiation, GCD, and more ternary bitwise helpers for t81::core::bigint.
  • Introduced divide_magnitude unit coverage along with targeted tests for large quotients, GCD edge cases, and modular exponentiation (including error paths).