Closed 0xJepsen closed 6 months ago
Why not just use the PrimeField
struct here instead of creating a whole new struct?
Why not just use the
PrimeField
struct here instead of creating a whole new struct?
because the field is not prime!
Why not just use the
PrimeField
struct here instead of creating a whole new struct?because the field is not prime!
Then it is a ring not a field! Has to be of prime power order to be a field.
This isn't necessarily in the scope but peaked my interest.
Will close #73
One thing to be done on this would be to implement an algorithm for generating large primes and upgrade from tiny_rsa -> big rsa