Add structured delegation signatures (#21)

* Bump enacl dependency

* Add serialization of delegation signature data
This commit is contained in:
Hans Svensson
2023-12-06 15:23:57 +01:00
committed by GitHub
parent da8308821c
commit 2488ff3978
4 changed files with 157 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{erl_opts, [debug_info]}.
{deps, [ {base58, {git, "https://github.com/aeternity/erl-base58.git", {ref, "60a3356"}}}
, {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "793ddb5"}}}
, {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "67fceef"}}}
]}.