mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 22:45:38 +00:00
Mark most classes as sealed & partial
This commit is contained in:
parent
018f535655
commit
9fe1196606
15 changed files with 1933 additions and 1932 deletions
|
|
@ -319,7 +319,7 @@ j4WcDuXc2CTHgH8gFTNhp/Y8/SpDOhvn9QIDAQAB
|
|||
}
|
||||
|
||||
#if OBFUSCATION
|
||||
internal class AesCtr(byte[] key, byte[] ivec) : IDisposable
|
||||
internal sealed class AesCtr(byte[] key, byte[] ivec) : IDisposable
|
||||
{
|
||||
readonly ICryptoTransform _encryptor = AesECB.CreateEncryptor(key, null);
|
||||
readonly byte[] _ecount = new byte[16];
|
||||
|
|
@ -518,7 +518,7 @@ j4WcDuXc2CTHgH8gFTNhp/Y8/SpDOhvn9QIDAQAB
|
|||
#endif
|
||||
}
|
||||
|
||||
internal class AES_IGE_Stream : Helpers.IndirectStream
|
||||
internal sealed class AES_IGE_Stream : Helpers.IndirectStream
|
||||
{
|
||||
private readonly ICryptoTransform _aesCrypto;
|
||||
private readonly byte[] _prevBytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue