Skip to content

Commit

Permalink
Merge pull request #161 from privacy-scaling-explorations/chore/depre…
Browse files Browse the repository at this point in the history
…cate-pkg

Deprecate `@zk-kit/groth16` package
  • Loading branch information
cedoor authored Feb 12, 2024
2 parents 924c55d + 04b8a11 commit c434f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,31 +330,6 @@
</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/groth16">
@zk-kit/groth16
</a>
</td>
<td>
<!-- NPM version -->
<a href="https://npmjs.org/package/@zk-kit/groth16">
<img src="https://img.shields.io/npm/v/@zk-kit/groth16.svg?style=flat-square" alt="NPM version" />
</a>
</td>
<td>
<!-- Downloads -->
<a href="https://npmjs.org/package/@zk-kit/groth16">
<img src="https://img.shields.io/npm/dm/@zk-kit/groth16.svg?style=flat-square" alt="Downloads" />
</a>
</td>
<td>
<!-- Size -->
<a href="https://bundlephobia.com/package/@zk-kit/groth16">
<img src="https://img.shields.io/bundlephobia/minzip/@zk-kit/groth16" alt="npm bundle size (scoped)" />
</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/rollup-plugin-rust">
Expand Down
3 changes: 3 additions & 0 deletions packages/groth16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Some advantages of using this package instead of `snarkjs` directly are:
- It includes TS types.
- It provides an ESM bundle that is compatible with browsers. So there is no need to add any polyfill or additional configuration.

> [!WARNING]
> This package is no longer maintained as [SnarkJS](https://github.com/iden3/snarkjs) has integrated most of the above optimizations. Please, consider installing it instead.
## 🛠 Install

### npm or yarn
Expand Down

0 comments on commit c434f9a

Please sign in to comment.