From 7a96e86cb1e7b1e23d04d7680cb9a3fb7d864b28 Mon Sep 17 00:00:00 2001 From: slrslr Date: Tue, 3 Aug 2021 22:54:12 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 616f9f0..c84f989 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This patch doesn't definitively differentiate onion v2 from v3, via `CryptRsa.py ### Script explained - move `upgrade_file/CryptEd25519.py` and `upgrade_file/CryptRsa.py` to `ZeroPath/src/Crypt/` - replace in `ZeroPath/src/Tor/TorManager.py` the 2 words `RSA1024` with `ED25519-V3` -- add the new line `from Crypt import CryptEd25519` to the top of the files: +- add new line `from Crypt import CryptEd25519` to the top of the files: - `ZeroPath/src/Tor/TorManager.py` - `ZeroPath/plugins/AnnounceZero/AnnounceZeroPlugin.py`