mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-17 09:10:30 +00:00
Fix typo
This commit is contained in:
parent
648e414f69
commit
58217226c0
@ -504,7 +504,7 @@ static NSData *encryptRSAModernPadding(id<EncryptionProvider> encryptionProvider
|
||||
}
|
||||
[bignumContext assignBinTo:bignumKeyAesEncrypted value:keyAesEncrypted];
|
||||
int compareResult = [bignumContext compare:rsaModule with:bignumKeyAesEncrypted];
|
||||
if (compareResult < 0) {
|
||||
if (compareResult <= 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user