mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-21 15:08:18 +00:00
Add test suite to setup.py
This commit is contained in:
parent
f07c2ea4ab
commit
780f78c840
@ -153,12 +153,9 @@ print(data == cbc_decrypted) # True
|
||||
|
||||
## Testing
|
||||
|
||||
1. Install the package: `pip3 install -U tgcrypto`.
|
||||
2. Clone this repository: `git clone https://github.com/pyrogram/tgcrypto`.
|
||||
3. Enter the directory: `cd tgcrypto`.
|
||||
4. Run tests: `python3 -m unittest`.
|
||||
|
||||
**Note**: I haven't found any public test vectors for AES256-IGE, yet.
|
||||
4. Run tests: `python3 setup.py test`.
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user