Removed references to TLSharp since they're "ads"

See their #197 issue.
This commit is contained in:
Lonami
2016-09-12 14:16:17 +02:00
parent a7c7fdd2e4
commit 0fe0cdf682
13 changed files with 8 additions and 37 deletions

View File

@@ -1,5 +1,3 @@
# This file is based on TLSharp
# https://github.com/sochix/TLSharp/blob/master/TLSharp.Core/MTProto/Crypto/AES.cs
import pyaes

View File

@@ -1,5 +1,3 @@
# This file is based on TLSharp
# https://github.com/sochix/TLSharp/blob/master/TLSharp.Core/MTProto/Crypto/AuthKey.cs
from utils import BinaryWriter, BinaryReader
import utils

View File

@@ -1,5 +1,3 @@
# This file is based on TLSharp
# https://github.com/sochix/TLSharp/blob/master/TLSharp.Core/MTProto/Crypto/Factorizator.cs
from random import randint

View File

@@ -1,5 +1,3 @@
# This file is based on TLSharp
# https://github.com/sochix/TLSharp/blob/master/TLSharp.Core/MTProto/Crypto/RSA.cs
import utils
from utils import BinaryWriter