mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
chore: move zkey files on protocols package
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -82,3 +82,4 @@ cache
|
||||
|
||||
# Other
|
||||
benchmarks/results
|
||||
zkeyFiles
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user