Create a dedicated Algorithm for Bitcoin Schnorr

This commit is contained in:
Luke Parker
2023-03-17 20:47:42 -04:00
parent 5e771b1bea
commit 9b47ad56bb
7 changed files with 155 additions and 65 deletions

View File

@@ -11,6 +11,7 @@ edition = "2021"
lazy_static = "1"
thiserror = "1"
zeroize = "^1.5"
rand_core = "0.6"
sha2 = "0.10"