Add Tonelli-Shanks sqrt for 1 mod 16 primes.

This commit is contained in:
Sean Bowe
2017-06-26 23:22:41 -06:00
parent bbbd397b80
commit 9aceb63e7e
2 changed files with 106 additions and 3 deletions

View File

@@ -16,3 +16,4 @@ syn = "0.11"
quote = "0.3"
num-bigint = "0.1"
num-traits = "0.1"
num-integer = "0.1"