quantumshield-proxy 1.0.1__tar.gz → 1.0.2__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 (16) hide show
  1. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/PKG-INFO +1 -5
  2. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/README.md +0 -4
  3. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/pyproject.toml +1 -1
  4. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/PKG-INFO +1 -5
  5. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/__init__.py +0 -0
  6. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/__main__.py +0 -0
  7. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/classical_encryptor.py +0 -0
  8. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/cli.py +0 -0
  9. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/pqc_encryptor.py +0 -0
  10. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/proxy_server.py +0 -0
  11. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/SOURCES.txt +0 -0
  12. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/dependency_links.txt +0 -0
  13. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/entry_points.txt +0 -0
  14. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/requires.txt +0 -0
  15. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/top_level.txt +0 -0
  16. {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quantumshield-proxy
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Zero-code-change Post-Quantum Cryptography (ML-KEM-768 / Kyber) Reverse Proxy
5
5
  Author-email: Hemanth <dev@quantumshield.io>
6
6
  Project-URL: Homepage, https://github.com/hemanth/Ccp_QuantumShield
@@ -112,7 +112,3 @@ The proxy exposes a built-in control plane API on its listening port (`8443` by
112
112
  - **Secret Key Size**: 2,400 Bytes
113
113
 
114
114
  ---
115
-
116
- ## 📄 License
117
-
118
- MIT © [QuantumShield](https://github.com/hemanth/Ccp_QuantumShield)
@@ -93,7 +93,3 @@ The proxy exposes a built-in control plane API on its listening port (`8443` by
93
93
  - **Secret Key Size**: 2,400 Bytes
94
94
 
95
95
  ---
96
-
97
- ## 📄 License
98
-
99
- MIT © [QuantumShield](https://github.com/hemanth/Ccp_QuantumShield)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "quantumshield-proxy"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  authors = [
9
9
  { name="Hemanth", email="dev@quantumshield.io" },
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quantumshield-proxy
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Zero-code-change Post-Quantum Cryptography (ML-KEM-768 / Kyber) Reverse Proxy
5
5
  Author-email: Hemanth <dev@quantumshield.io>
6
6
  Project-URL: Homepage, https://github.com/hemanth/Ccp_QuantumShield
@@ -112,7 +112,3 @@ The proxy exposes a built-in control plane API on its listening port (`8443` by
112
112
  - **Secret Key Size**: 2,400 Bytes
113
113
 
114
114
  ---
115
-
116
- ## 📄 License
117
-
118
- MIT © [QuantumShield](https://github.com/hemanth/Ccp_QuantumShield)