feat: add k256 for elliptic curve algos

This commit is contained in:
rvcas
2023-02-04 16:23:16 -05:00
committed by Lucas
parent 71b7ec6088
commit 7bffb994fc
2 changed files with 164 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ strum = "0.24.1"
strum_macros = "0.24.3"
itertools = "0.10.5"
indexmap = "1.9.2"
k256 = "0.12.0"
[dev-dependencies]
hex = "0.4.3"