num-bigint
num-bigint copied to clipboard
Implement Jacobi symbol
I have an implementation of the https://en.wikipedia.org/wiki/Jacobi_symbol which I could PR if there is interest. It really belongs in here as the algorithm requires access to the raw digits, which are not going to be exposed as far as I understand.