Add an implementation of Ed25519 FieldElements

This commit is contained in:
Luke Parker
2022-07-10 15:20:42 -04:00
parent 854fca3806
commit 6ce506a79d
3 changed files with 203 additions and 16 deletions

View File

@@ -17,4 +17,5 @@ subtle = "2.4"
ff = "0.12"
group = "0.12"
crypto-bigint = "0.4"
curve25519-dalek = "3.2"