add Ed25519 and Ed25519Extended asymmetric keys

This commit is contained in:
Nicolas Di Prima 2022-01-22 10:29:52 +00:00
parent 350b8eeacb
commit b4a530cc95
6 changed files with 774 additions and 2 deletions

View file

@ -16,4 +16,10 @@ authors = [
minicbor = { version = "0.12" }
hex = "0.4"
cryptoxide = { version = "0.3.6" }
thiserror = "1.0"
rand_core = "0.6"
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"
rand = "0.8"