mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
docs(readme): update @libsem/protocols readme
Former-commit-id: 4dbbd2eeb0408153c9e02e3901053fc4cf205b2e [formerly 9d1a1b8554]
Former-commit-id: b88e1c180ad193e20374d4ae4b8f306ea6ac2c3c
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<p align="center">
|
||||
<h1 align="center">
|
||||
Semaphore identities
|
||||
Semaphore protocols
|
||||
</h1>
|
||||
<p align="center">Library for managing identites for Semaphore and Rln protocols.</p>
|
||||
<p align="center">Client library for generating and verifying Semaphore & Rln ZK proofs.</p>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/appliedzkp/libsemaphore/blob/main/LICENSE">
|
||||
<a href="https://github.com/appliedzkp/libsemaphore/blob/master/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/libsemaphore.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@libsem/protocols">
|
||||
@@ -88,6 +88,6 @@ const unserialized: Identity = ZkIdentity.unSerializeIdentity(serialized);
|
||||
```
|
||||
## 📜 Final Note
|
||||
|
||||
For full examples of how to integrate with contracts check https://github.com/appliedzkp/semaphore repository
|
||||
For full examples of how to integrate with contracts check https://github.com/appliedzkp/semaphore repository.
|
||||
|
||||
For additional info check tests directory
|
||||
For additional info check tests directory.
|
||||
|
||||
Reference in New Issue
Block a user