From 67e2ff40d623209122a88466dd48854e784ccf3d Mon Sep 17 00:00:00 2001 From: Waylon Jepsen Date: Mon, 18 Nov 2024 22:36:42 +0700 Subject: [PATCH] actually fix test --- circuits/test/full/full.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/test/full/full.test.ts b/circuits/test/full/full.test.ts index 79b3dda..4c7978d 100644 --- a/circuits/test/full/full.test.ts +++ b/circuits/test/full/full.test.ts @@ -1,6 +1,6 @@ import { assert } from "chai"; import { circomkit, WitnessTester, toByte, uintArray32ToBits, toUint32Array } from "../common"; -import { DataHasher, chacha20_packed_hash } from "../common/poseidon"; +import { DataHasher } from "../common/poseidon"; import { toInput } from "../chacha20/chacha20-nivc.test"; import { buffer } from "stream/consumers";