Update README.md

This commit is contained in:
Dan 2020-10-23 17:45:21 +02:00 committed by GitHub
parent c4bb09d1ba
commit 9253e2320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ algorithms Telegram requires, namely:
- **`AES256-CBC`** - used for [encrypted passport credentials](https://core.telegram.org/passport). - **`AES256-CBC`** - used for [encrypted passport credentials](https://core.telegram.org/passport).
Python [wheels are available](https://pypi.org/project/TgCrypto/#files) for hassle-free installations; they are Python [wheels are available](https://pypi.org/project/TgCrypto/#files) for hassle-free installations; they are
automatically built and tested using Travis CI (Linux, macOS) and AppVeyor (Windows), for both 32-bit and 64-bit automatically built and tested using Travis CI for Linux (i686, x86_64, AArch64), Windows (32-bit, 64-bit) and macOS
architectures. (x86_64).
Even though TgCrypto is primarily intended for use with Pyrogram, you are free and welcome to use it for any other Even though TgCrypto is primarily intended for use with Pyrogram, you are free and welcome to use it for any other
Python project too, as it's shipped as standalone package. Python project too, as it's shipped as standalone package.