RustCrypto / crypto-bigint

Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
Apache License 2.0
167 stars 45 forks source link

Some efficiency improvements in `div_rem` #578

Closed tcoratger closed 4 months ago

tcoratger commented 4 months ago

Improvements are made to the main loop of div_rem and div_rem_vartime.