Add Erlang implementation of Blake2B
This removes the dependency on enacl, and NIFs.
This commit is contained in:
+1
-5
@@ -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"}}}
|
||||
]}.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user