From e9a2d3458ef6207aab54c57384e0d0fd3f2cc415 Mon Sep 17 00:00:00 2001 From: AgneCaunt <139773510+AgneCaunt@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:28:04 +0200 Subject: [PATCH] Update README.md (#40) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baed99e8..52664fdb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # crypto-wasm-ts -This repository is a Typescript interface to [Dock's Rust crypto library](https://github.com/docknetwork/crypto). It uses +This repository is a Typescript interface to [Dock Labs' Rust crypto library](https://github.com/docknetwork/crypto). It uses the [WASM wrapper](https://github.com/docknetwork/crypto-wasm). ## Contents @@ -1379,4 +1379,4 @@ The Circom programs and corresponding R1CS and WASM files for the tests are [her The composite proof system is used to implement anonymous credentials. See [here](src/anonymous-credentials/) for details. -[Slides](https://www.slideshare.net/SSIMeetup/anonymous-credentials-with-range-proofs-verifiable-encryption-zksnarks-circom-support-and-blinded-issuance-lovesh-harchandani) and [video](https://www.youtube.com/watch?v=e_E_6Fx5dro) for a presentation given at SSI meetup. Most of the presentation goes over the code, mostly anonymous credentials from this library. \ No newline at end of file +[Slides](https://www.slideshare.net/SSIMeetup/anonymous-credentials-with-range-proofs-verifiable-encryption-zksnarks-circom-support-and-blinded-issuance-lovesh-harchandani) and [video](https://www.youtube.com/watch?v=e_E_6Fx5dro) for a presentation given at SSI meetup. Most of the presentation goes over the code, mostly anonymous credentials from this library.