nim-lang / bigints

BigInts for Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faster `powmod`

konsumlamm opened this issue · comments

See status-im/nim-stint#126.

There are quite some optimizations we can implement to speed up powmod, for example Montgomery multiplication.