nucypher / DarkIntegers.jl

A modulo arithmetic toolbox for integers and polynomials
https://nucypher.github.io/DarkIntegers.jl
GNU General Public License v3.0
7 stars 2 forks source link

Is there a better way than defining `div` and `rem` in terms of `divrem`? #25

Open fjarri opened 4 years ago

fjarri commented 4 years ago

Specifically, for MLUInt. If we don't have to calculate the remainder/the quotient, will it be faster?