transcrypto 1.1.1__py3-none-any.whl → 1.1.2__py3-none-any.whl

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.
transcrypto/base.py CHANGED
@@ -24,7 +24,7 @@ from typing import Any, Callable, final, MutableSequence, Self, TypeVar
24
24
  import zstandard
25
25
 
26
26
  __author__ = 'balparda@github.com'
27
- __version__ = '1.1.1' # v1.1.1, 2025-08-29
27
+ __version__ = '1.1.2' # v1.1.2, 2025-08-29
28
28
  __version_tuple__: tuple[int, ...] = tuple(int(v) for v in __version__.split('.'))
29
29
 
30
30
  # MIN_TM = int( # minimum allowed timestamp
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: transcrypto
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Basic crypto primitives, not intended for actual use, but as a companion to --Criptografia, Métodos e Algoritmos--
5
5
  Author-email: Daniel Balparda <balparda@github.com>
6
6
  License-Expression: Apache-2.0
@@ -18,7 +18,7 @@ Dynamic: license-file
18
18
 
19
19
  # TransCrypto
20
20
 
21
- Basic crypto primitives, not intended for actual use, but as a companion to *"Criptografia, Métodos e Algoritmos"*.
21
+ Basic cryptography primitives implementation, a companion to *"Criptografia, Métodos e Algoritmos"*.
22
22
 
23
23
  Started in July/2025, by Daniel Balparda. Since version 1.0.2 it is PyPI package:
24
24
 
@@ -1,6 +1,6 @@
1
1
  transcrypto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  transcrypto/aes.py,sha256=j7cr4ikefNSrodmBquDejTcRfWZGRVJIE3l2eT1-zl8,11403
3
- transcrypto/base.py,sha256=WFt87zOTQ6bxVRf9uKmaKxIQ6QQXHYpsclyNCgYNJ_k,35434
3
+ transcrypto/base.py,sha256=jPXyAGB2lOxQAqEmr-AV8nwJa04XY32D92F2gAlLNVs,35434
4
4
  transcrypto/dsa.py,sha256=bzolfbozeHzp21QqMX4tvuzDn0HODaXqbZ6d6gInqWQ,11866
5
5
  transcrypto/elgamal.py,sha256=zO1AaSlFFg8AV-H3A6wbAwytrAUqelrEL080OXWB-DM,11715
6
6
  transcrypto/modmath.py,sha256=FL9rwOOuzNzFSf7ScMVPwb98sKPzhyA2Cu6uyqLz65M,18616
@@ -8,8 +8,8 @@ transcrypto/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  transcrypto/rsa.py,sha256=U6gC-Viya7s0b7hNwhxXoO035V1XB8NFqe1-EB3vwks,16453
9
9
  transcrypto/sss.py,sha256=CHZ9B01GgTBvkTXiLP17pPmOog4LZQZi2Kq25Pd1bWo,11382
10
10
  transcrypto/transcrypto.py,sha256=ac0qNU3xnxydpWDqzBjIck7yGZXBpRpipR1vwR4AsL4,64822
11
- transcrypto-1.1.1.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
12
- transcrypto-1.1.1.dist-info/METADATA,sha256=HeUkw_xpbIojpmD_UOrYFUyZ5UMhKTrhFgPbxwi8Lbo,70177
13
- transcrypto-1.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
- transcrypto-1.1.1.dist-info/top_level.txt,sha256=9IfB0nGtVzQbYok5QIYNOy3coDv2UKX2OZtlFyxFDDQ,12
15
- transcrypto-1.1.1.dist-info/RECORD,,
11
+ transcrypto-1.1.2.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
12
+ transcrypto-1.1.2.dist-info/METADATA,sha256=6RLyLbM7YHYteUN1nFUkIBaKE4R5W9SOxDhp3dkIBgM,70162
13
+ transcrypto-1.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
+ transcrypto-1.1.2.dist-info/top_level.txt,sha256=9IfB0nGtVzQbYok5QIYNOy3coDv2UKX2OZtlFyxFDDQ,12
15
+ transcrypto-1.1.2.dist-info/RECORD,,