Skip to content

Commit

Permalink
Update circuits/test/chacha20/chacha20-nivc.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Roberts <[email protected]>
  • Loading branch information
0xJepsen and Autoparallel authored Nov 20, 2024
1 parent af25cbf commit d217d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/test/chacha20/chacha20-nivc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { assert } from "chai";


describe("chacha20-nivc", () => {
describe("2 block test", () => {
describe("16 block test", () => {
let circuit: WitnessTester<["key", "nonce", "counter", "plainText", "cipherText", "step_in"], ["step_out"]>;
it("should perform encryption", async () => {
circuit = await circomkit.WitnessTester(`ChaCha20`, {
Expand Down

0 comments on commit d217d8b

Please sign in to comment.