Update 'README.md' #1

Merged
slrslr merged 1 commits from slrslr-patch-1 into master 2021-08-04 00:55:47 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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`