fixed blake issue

turned out that i was using an outdated version of vdk_aecrypt in jr. updated
This commit is contained in:
2023-10-07 15:47:59 -06:00
parent 16a4bcebba
commit 18be0c53f2
6 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -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"]}.
+1
View File
@@ -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