From 0de41b1689b65dbf1aa8afcf56cf9cd854ccc1bd Mon Sep 17 00:00:00 2001 From: Omar Desogus Date: Thu, 21 Oct 2021 10:55:54 +0200 Subject: [PATCH] docs(readme): update @libsem/protocols readme Former-commit-id: 4dbbd2eeb0408153c9e02e3901053fc4cf205b2e [formerly 9d1a1b8554ba7d7ddb81804dd40b5109bdeba299] Former-commit-id: b88e1c180ad193e20374d4ae4b8f306ea6ac2c3c --- packages/protocols/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/protocols/README.md b/packages/protocols/README.md index ebf9bdc..e5e65a2 100644 --- a/packages/protocols/README.md +++ b/packages/protocols/README.md @@ -1,12 +1,12 @@

- Semaphore identities + Semaphore protocols

-

Library for managing identites for Semaphore and Rln protocols.

+

Client library for generating and verifying Semaphore & Rln ZK proofs.

- + Github license @@ -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.