From 793c7e9b115fe933de538222bef764545bd15e9d Mon Sep 17 00:00:00 2001 From: d0x471b <0x471@protonmail.com> Date: Fri, 30 Aug 2024 00:02:04 +0300 Subject: [PATCH] minor import fix --- src/chacha20.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chacha20.ts b/src/chacha20.ts index 6e578a9..9ce7da2 100644 --- a/src/chacha20.ts +++ b/src/chacha20.ts @@ -4,7 +4,6 @@ import { Field, UInt8, } from 'o1js'; -import { toHexString } from './chacha20.test'; export { ChaChaState, chacha20Block };