Update to latest enacle with updated API

This commit is contained in:
Sean Hinde
2021-11-01 18:31:59 +01:00
parent 0338cfc249
commit 0ff27e51c7
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -14,6 +14,5 @@
-spec hash(hashable()) -> hash().
hash(Bin) ->
{ok, Hash} = enacl:generichash(?HASH_BYTES_SIZE, Bin),
Hash.
enacl:generichash(?HASH_BYTES_SIZE, Bin).