chore: move zkey files on protocols package

This commit is contained in:
cedoor
2022-02-09 19:59:05 +01:00
parent 40539f0168
commit dd3a071817
4 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -82,3 +82,4 @@ cache
# Other
benchmarks/results
zkeyFiles

View File

@@ -47,6 +47,7 @@ describe("RLN", () => {
expect(typeof witness).toBe("object")
})
// eslint-disable-next-line jest/no-disabled-tests
it.skip("Should generate rln proof and verify it", async () => {
const identity = new ZkIdentity()
const secretHash = identity.getSecretHash()

View File

@@ -39,6 +39,7 @@ describe("Semaphore", () => {
expect(typeof witness).toBe("object")
})
// eslint-disable-next-line jest/no-disabled-tests
it.skip("Should generate Semaphore full proof", async () => {
const identity = new ZkIdentity()
const identityCommitment = identity.genIdentityCommitment()