From d87e83182efd4910af486ca9a9cce98c40c30306 Mon Sep 17 00:00:00 2001 From: Kat Fox Date: Sat, 6 Jun 2026 14:27:09 +0100 Subject: [PATCH] chore: Fix rosenpass tool link in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6021361c..3fa802fb 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ This repository contains 1. A description of the [Rosenpass protocol](https://github.com/rosenpass/rosenpass/raw/papers-pdf/whitepaper.pdf) -2. The reference implementation of the protocol – the [rosenpass tool](./src) +2. The reference implementation of the protocol – the [rosenpass tool](./rosenpass) 3. A frontend integrating Rosenpass and WireGuard to create a vpn – the [rp frontend](./rp) 4. [Security analysis](./analysis) of the protocol using proverif