Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Feb 7, 2024
1 parent a5b64d7 commit efa4c2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/circuits/tests/sha256.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import fs from "fs";
import { buildMimcSponge } from "circomlibjs";
import { wasm as wasm_tester } from "circom_tester";
import { Scalar } from "ffjavascript";
import path from "path";
import { DKIMVerificationResult } from "@zk-email/helpers/src/dkim";
import { generateCircuitInputs } from "@zk-email/helpers/src/input-helpers";
import { verifyDKIMSignature } from "@zk-email/helpers/src/dkim";
import { sha256Pad, shaHash } from "@zk-email/helpers/src/shaHash";
import { MAX_HEADER_PADDED_BYTES } from "@twitter-verifier/circuits/helpers";
import { Uint8ArrayToCharArray, uint8ToBits } from "@zk-email/helpers/src/binaryFormat";

exports.p = Scalar.fromString(
Expand Down

0 comments on commit efa4c2e

Please sign in to comment.