Add Erlang implementation of Blake2B

This removes the dependency on enacl, and NIFs.
This commit is contained in:
Hans Svensson
2019-01-14 10:56:44 +01:00
parent b61e3270f9
commit 0d78a5e4a0
5 changed files with 224 additions and 10 deletions
+1 -5
View File
@@ -2,11 +2,7 @@
%% NOTE: When possible deps are referenced by Git ref to ensure consistency between builds.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
{ref,"99bf097"}}},
% waiting for https://github.com/jlouis/enacl/pull/40 to be merged
{enacl, {git, "https://github.com/aeternity/enacl.git",
{ref, "26180f4"}}}
{ref,"99bf097"}}}
]}.