Added proptest strategy to generate a random keypair

This commit is contained in:
François Garillot
2020-06-13 09:07:51 -04:00
parent 3a1aaab6cf
commit b401cfc89c
3 changed files with 199 additions and 4 deletions
+2
View File
@@ -32,3 +32,5 @@ chacha20poly1305 = "0.4.1"
hex = "0.4.2"
lazy_static = "1.4.0"
serde_json = "1.0"
proptest = "0.10.0"
rand = "0.7"