From 09cc2f2ba30f268c985b9f6ddb3ffc4a4c3d6e14 Mon Sep 17 00:00:00 2001 From: Sajjad Haider Sayed Date: Tue, 20 Jan 2026 13:10:00 +0530 Subject: [PATCH] whitepaper link update --- content/docs/index.mdx | 2 +- content/docs/zkfetch/usage.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/index.mdx b/content/docs/index.mdx index 11b81f9..cf5fcaf 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -52,7 +52,7 @@ Imagine you want to verify if a user is a student at a particular university to # More information about how Reclaim Protocol works - [Non-technical Overview | blog.reclaimprotocol.org](https://blog.reclaimprotocol.org/posts/reclaim-explained) - [Technical explainer | YouTube](https://www.youtube.com/playlist?list=PLMl4DDeHR104z1zmcKgK7yZk0TL7NF9oo) -- [Whitepaper | PDF](https://link.reclaimprotocol.org/whitepaper-draft-v2) +- [Whitepaper | PDF](https://drive.google.com/file/d/1Tok4J6mv7PwRCbwxVNhv4alS82sQJI4E/view) - [Formal Security Analysis | ePrint](https://eprint.iacr.org/2024/733) # More resources diff --git a/content/docs/zkfetch/usage.mdx b/content/docs/zkfetch/usage.mdx index 545d63d..2336a78 100644 --- a/content/docs/zkfetch/usage.mdx +++ b/content/docs/zkfetch/usage.mdx @@ -155,7 +155,7 @@ const onchainProof = Reclaim.transformForOnchain(proof); ``` ## Use TEE mode (Beta) -You can use our new architecture for better security and performance. You can learn more about this on this [podcast](https://www.youtube.com/watch?v=hV7AospM3LE) or on this [whitepaper](https://link.reclaimprotocol.org/whitepaper-draft) +You can use our new architecture for better security and performance. You can learn more about this on this [podcast](https://www.youtube.com/watch?v=hV7AospM3LE) or on this [whitepaper](https://drive.google.com/file/d/1Tok4J6mv7PwRCbwxVNhv4alS82sQJI4E/view) Add the `useTee` flag to your `publicOptions` ```