All notable changes to this project will be documented in this file.
- Initial skeleton layout.
- Added limb-wise division/magnitude helpers, modular exponentiation, GCD, and more ternary bitwise helpers for
t81::core::bigint. - Introduced
divide_magnitudeunit coverage along with targeted tests for large quotients, GCD edge cases, and modular exponentiation (including error paths).