Update 'README.md'

This commit is contained in:
slrslr 2021-08-03 22:54:12 +00:00
parent add0edd5a7
commit 7a96e86cb1
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 ### Script explained
- move `upgrade_file/CryptEd25519.py` and `upgrade_file/CryptRsa.py` to `ZeroPath/src/Crypt/` - 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` - 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/src/Tor/TorManager.py`
- `ZeroPath/plugins/AnnounceZero/AnnounceZeroPlugin.py` - `ZeroPath/plugins/AnnounceZero/AnnounceZeroPlugin.py`