From a7dd753ec528028eae3b65cc19dbd6c60853b4fa Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 7 Feb 2018 03:47:50 +0100 Subject: [PATCH] Update docs --- docs/source/resources/FastCrypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/resources/FastCrypto.rst b/docs/source/resources/FastCrypto.rst index 4e24466a..0cefd146 100644 --- a/docs/source/resources/FastCrypto.rst +++ b/docs/source/resources/FastCrypto.rst @@ -3,7 +3,7 @@ Fast Crypto Pyrogram's speed can be *dramatically* boosted up by installing TgCrypto_, a high-performance, easy-to-install crypto library specifically written in C for Pyrogram [#f1]_. TgCrypto is a replacement for the painfully slow PyAES and -implements the required crypto algorithms MTProto requires, namely AES-IGE and AES-CTR 256 bit. +implements the crypto algorithms MTProto requires, namely AES-IGE and AES-CTR 256 bit. Installation ------------