I was looking over some code for finding primes using the Miller-Test and I was wondering whether this could be implemented in ramp? There are no real libraries that I can see that work with Ramp for finding primes.
Or, if anyone knows any rust code using ramp that could be used that would be great.
The closest thing I found is this article but I had to redo some of the code as I guess he was using an older version of ramp.
I was looking over some code for finding primes using the Miller-Test and I was wondering whether this could be implemented in ramp? There are no real libraries that I can see that work with Ramp for finding primes.
Or, if anyone knows any rust code using ramp that could be used that would be great.
The closest thing I found is this article but I had to redo some of the code as I guess he was using an older version of ramp.