add point compress&decompress, add modsqrt with Tonelli-Shanks algorithm

This commit is contained in:
arnaucube
2019-08-24 16:15:05 +02:00
parent a2122dadce
commit eb42f48c65
4 changed files with 332 additions and 61 deletions

View File

@@ -16,3 +16,4 @@ generic-array = "0.13.2"
tiny-keccak = "1.5"
rustc-hex = "1.0.0"
mimc-rs = "0.0.1"
arrayref = "0.3.5"