[Libre-soc-dev] bigmul REMAP and pow(x,y,mod)

Jacob Lifshay programmerjake at gmail.com
Sun Oct 1 07:04:12 BST 2023


On Sat, Sep 30, 2023 at 9:18 AM Luke Kenneth Casson Leighton via
Libre-soc-dev <libre-soc-dev at lists.libre-soc.org> wrote:
> jacob managed to get a simple bigint modulo power(x,y) working
> the other day, which is a great milestone.

> https://bugs.libre-soc.org/show_bug.cgi?id=1044

I didn't actually finish everything you said I did -- I'm at the step
right before having a working modular exponentiation algorithm -- I've
implemented multiply and divmod, I haven't yet written powmod which is
to be implemented in terms of those two.

Jacob



More information about the Libre-soc-dev mailing list