fixed blake issue
turned out that i was using an outdated version of vdk_aecrypt in jr. updated
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{type, library}.
|
||||
{realm, local}.
|
||||
{name, vdk_aecrypt}.
|
||||
{version, "0.1.1"}.
|
||||
{version, "0.1.2"}.
|
||||
{deps, ["local-blakejs-1.2.1",
|
||||
"local-vdk_binary-0.1.0"]}.
|
||||
|
||||
@@ -119,6 +119,7 @@ hash
|
||||
(data_bytes : Uint8Array)
|
||||
: Uint8Array
|
||||
{
|
||||
// console.error('hash!');
|
||||
return blake2b.blake2b(data_bytes, // bytes to hash
|
||||
undefined, // key (optional)
|
||||
32); // resulting byte length
|
||||
|
||||
Reference in New Issue
Block a user