From 2bb75e16e6d868c02eabc7d81641598944800da1 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Wed, 1 Sep 2021 12:33:40 -0700 Subject: [PATCH] Switch to upstream blake2b-wasm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ae94d2..6a63bb2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@iden3/binfileutils": "0.0.8", - "blake2b-wasm": "https://github.com/jbaylina/blake2b-wasm.git", + "blake2b-wasm": "^2.3.0", "circom_runtime": "0.1.13", "ejs": "^3.1.6", "fastfile": "0.0.19",