WORKED DEFAULT
Check the calculation with the default inputs
For a = 10 and p = 13, the roots are 6 and 7 because both squares leave remainder 10 modulo 13.
- Validate p13 is an odd prime
- Solve the congruencer^2 = 10 (mod 13)
- Verify roots6^2 and 7^2 leave 10