tgcryptomax 0.0.3__tar.gz → 0.0.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/PKG-INFO +1 -3
  2. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/pyproject.toml +2 -4
  3. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax.egg-info/PKG-INFO +1 -3
  4. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/COPYING +0 -0
  5. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/COPYING.lesser +0 -0
  6. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/MANIFEST.in +0 -0
  7. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/NOTICE +0 -0
  8. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/README.md +0 -0
  9. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/setup.cfg +0 -0
  10. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/setup.py +0 -0
  11. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/aes256.c +0 -0
  12. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/aes256.h +0 -0
  13. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/cbc256.c +0 -0
  14. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/cbc256.h +0 -0
  15. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/ctr256.c +0 -0
  16. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/ctr256.h +0 -0
  17. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/ige256.c +0 -0
  18. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/ige256.h +0 -0
  19. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax/tgcryptomax.c +0 -0
  20. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax.egg-info/SOURCES.txt +0 -0
  21. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax.egg-info/dependency_links.txt +0 -0
  22. {tgcryptomax-0.0.3 → tgcryptomax-0.0.5}/tgcryptomax.egg-info/top_level.txt +0 -0
@@ -1,9 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tgcryptomax
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: Fast and Portable Cryptography Extension Library for Pyrogram
5
5
  Author-email: Dan <dan@pyrogram.org>
6
- License: LGPLv3+
7
6
  Project-URL: Tracker, https://github.com/5hojib/tgcryptomax/issues
8
7
  Project-URL: Community, https://t.me/pyrogram
9
8
  Project-URL: Source, https://github.com/5hojib/tgcryptomax
@@ -11,7 +10,6 @@ Project-URL: Documentation, https://docs.pyrogram.org
11
10
  Keywords: pyrogram,telegram,crypto,cryptography,encryption,mtproto,extension,library,aes
12
11
  Classifier: Development Status :: 5 - Production/Stable
13
12
  Classifier: Intended Audience :: Developers
14
- Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
15
13
  Classifier: Operating System :: OS Independent
16
14
  Classifier: Programming Language :: C
17
15
  Classifier: Programming Language :: Python
@@ -1,19 +1,17 @@
1
1
  [build-system]
2
- requires = ["setuptools>=61.0", "wheel"]
2
+ requires = ["setuptools>=70.0", "wheel"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tgcryptomax"
7
- version = "0.0.3"
7
+ version = "0.0.5"
8
8
  description = "Fast and Portable Cryptography Extension Library for Pyrogram"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
11
- license = { text = "LGPLv3+" }
12
11
  authors = [{ name = "Dan", email = "dan@pyrogram.org" }]
13
12
  classifiers = [
14
13
  "Development Status :: 5 - Production/Stable",
15
14
  "Intended Audience :: Developers",
16
- "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
17
15
  "Operating System :: OS Independent",
18
16
  "Programming Language :: C",
19
17
  "Programming Language :: Python",
@@ -1,9 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tgcryptomax
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: Fast and Portable Cryptography Extension Library for Pyrogram
5
5
  Author-email: Dan <dan@pyrogram.org>
6
- License: LGPLv3+
7
6
  Project-URL: Tracker, https://github.com/5hojib/tgcryptomax/issues
8
7
  Project-URL: Community, https://t.me/pyrogram
9
8
  Project-URL: Source, https://github.com/5hojib/tgcryptomax
@@ -11,7 +10,6 @@ Project-URL: Documentation, https://docs.pyrogram.org
11
10
  Keywords: pyrogram,telegram,crypto,cryptography,encryption,mtproto,extension,library,aes
12
11
  Classifier: Development Status :: 5 - Production/Stable
13
12
  Classifier: Intended Audience :: Developers
14
- Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
15
13
  Classifier: Operating System :: OS Independent
16
14
  Classifier: Programming Language :: C
17
15
  Classifier: Programming Language :: Python
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes