From d02ff4faa2d6d2e8b3a0fa005eb5584b403126d3 Mon Sep 17 00:00:00 2001 From: Alexey Pertsev Date: Sat, 12 Dec 2020 12:26:12 +0300 Subject: [PATCH] fix links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5589052..420c045 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can read more about it in [this medium article](https://medium.com/@tornado. ## Whitepaper -**[https://tornado.cash/Tornado.cash_whitepaper_v1.4.pdf](https://tornado.cash/Tornado.cash_whitepaper_v1.4.pdf)** +**[https://tornado.cash/Tornado.cash_whitepaper_v1.4.pdf](https://app.tornado.cash/Tornado.cash_whitepaper_v1.4.pdf)** ## Was it audited? @@ -28,9 +28,9 @@ Tornado.cash protocols, circuits, and smart contracts were audited by a group of During the audit no critical issues were found and all outstanding issues were fixed. The results can be found here: -- Cryptographic review https://tornado.cash/Tornado_cryptographic_review.pdf -- Smart contract audit https://tornado.cash/Tornado_solidity_audit.pdf -- Zk-SNARK circuits audit https://tornado.cash/Tornado_circuit_audit.pdf +- Cryptographic review https://app.tornado.cash/Tornado_cryptographic_review.pdf +- Smart contract audit https://app.tornado.cash/Tornado_solidity_audit.pdf +- Zk-SNARK circuits audit https://app.tornado.cash/Tornado_circuit_audit.pdf Underlying circomlib dependency is currently being audited, and the team already published most of the fixes for found issues