forked from privacy-scaling-explorations/zk-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: bca796e21537a54520345be5df23187230526952 [formerly d822e266261170e14a65b246bc344eda18e532d4] [formerly 0e92e1675c83c24cf72f41194fbad1d3ebbc3344 [formerly 234c6e6a65a2b05160310f3652444b9762cae6a3]] [formerly 94b27708b5f4b77cd0abe8686eb94735f72e69bd [formerly 737d6449ad67619c77fa1095685dce051dda9c60] [formerly 3fbc32a4fad5588bb65619b037c5b96273db9a29 [formerly 147c8cc]]] Former-commit-id: 393573e30f5e97f22500c4cb56a25cebea8153b5 [formerly 630b921ea3ef0da1f4968894c7229ec99a6a1b21] [formerly 7911d66aca96b73347fbe789c59beac786d0d76f [formerly 86abe30e2244e2378f57590b7d6dbb273a1af169]] Former-commit-id: a0062cc791939ccbde16719697100964ceeb62b0 [formerly 8f173bac7761d2843af24c6f56d31b5354b21fee] Former-commit-id: 7de06b25788f5f6a4e4fc43081219ee2569b2a13
- Loading branch information
Showing
21 changed files
with
14,188 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
"name": "zk-kit", | ||
"description": "A monorepo of reusable JS libraries for zero-knowledge technologies.", | ||
"license": "MIT", | ||
"repository": "[email protected]:appliedzkp/zk-kit.git", | ||
"homepage": "https://github.com/appliedzkp/zk-kit", | ||
"bugs": "https://github.com/appliedzkp/zk-kit/issues", | ||
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit", | ||
"bugs": "https://github.com/privacy-scaling-explorations/zk-kit/issues", | ||
"private": true, | ||
"scripts": { | ||
"install": "yarn bootstrap && yarn build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
"src/", | ||
"README.md" | ||
], | ||
"repository": "https://github.com/appliedzkp/zk-kit", | ||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/identity", | ||
"repository": "https://github.com/privacy-scaling-explorations/zk-kit", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/identity", | ||
"author": { | ||
"name": "Andrija Novakovic", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ | |
"merkle-tree", | ||
"incremental-merkle-tree" | ||
], | ||
"repository": "[email protected]:appliedzkp/zk-kit.git", | ||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/incremental-merkle-tree.sol", | ||
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/incremental-merkle-tree.sol", | ||
"author": { | ||
"name": "Omar Desogus", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
"src/", | ||
"README.md" | ||
], | ||
"repository": "[email protected]:appliedzkp/zk-kit.git", | ||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/incremental-merkle-tree", | ||
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/incremental-merkle-tree", | ||
"author": { | ||
"name": "Omar Desogus", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
"src/", | ||
"README.md" | ||
], | ||
"repository": "https://github.com/appliedzkp/zk-kit", | ||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/protocols", | ||
"repository": "https://github.com/privacy-scaling-explorations/zk-kit", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/protocols", | ||
"author": { | ||
"name": "Andrija Novakovic", | ||
"email": "[email protected]" | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ | |
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": "[email protected]:appliedzkp/zk-kit.git", | ||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/hello-wasm", | ||
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/hello-wasm", | ||
"author": { | ||
"name": "Omar Desogus", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
"src/", | ||
"README.md" | ||
], | ||
"repository": "[email protected]:appliedzkp/zk-kit.git", | ||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/rollup-plugin-rust", | ||
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/rollup-plugin-rust", | ||
"author": { | ||
"name": "Omar Desogus", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ | |
"src/", | ||
"README.md" | ||
], | ||
"repository": "[email protected]:appliedzkp/zk-kit.git", | ||
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/sparse-merkle-tree", | ||
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git", | ||
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/sparse-merkle-tree", | ||
"author": { | ||
"name": "Omar Desogus", | ||
"email": "[email protected]", | ||
|
Oops, something went wrong.