Add high level api

This commit is contained in:
Jon Staab
2026-02-19 18:29:30 -08:00
parent 336a151198
commit 327809e837
10 changed files with 1642 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
k256 = { version = "0.13", features = ["arithmetic", "hash2curve", "schnorr"] }
sha2 = "0.10"
hmac = "0.12"
rand = "0.8"
thiserror = "1"
signature = "2"