mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-22 07:27:39 +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
|
## Testing
|
||||||
|
|
||||||
1. Install the package: `pip3 install -U tgcrypto`.
|
|
||||||
2. Clone this repository: `git clone https://github.com/pyrogram/tgcrypto`.
|
2. Clone this repository: `git clone https://github.com/pyrogram/tgcrypto`.
|
||||||
3. Enter the directory: `cd tgcrypto`.
|
3. Enter the directory: `cd tgcrypto`.
|
||||||
4. Run tests: `python3 -m unittest`.
|
4. Run tests: `python3 setup.py test`.
|
||||||
|
|
||||||
**Note**: I haven't found any public test vectors for AES256-IGE, yet.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user