add Ed25519 and Ed25519Extended asymmetric keys
This commit is contained in:
parent
350b8eeacb
commit
b4a530cc95
6 changed files with 774 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue