| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,6 @@ | |||
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | 29 | class AES: | |
| 30 | - # TODO: Use new tgcrypto function names | ||
| 31 | 30 | @classmethod | |
| 32 | 31 | def ige256_encrypt(cls, data: bytes, key: bytes, iv: bytes) -> bytes: | |
| 33 | 32 | return tgcrypto.ige256_encrypt(data, key, iv) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments