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.
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/PKG-INFO +1 -5
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/README.md +0 -4
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/pyproject.toml +1 -1
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/PKG-INFO +1 -5
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/__init__.py +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/__main__.py +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/classical_encryptor.py +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/cli.py +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/pqc_encryptor.py +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/proxy_server.py +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/SOURCES.txt +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/dependency_links.txt +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/entry_points.txt +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/requires.txt +0 -0
- {quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/top_level.txt +0 -0
- {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.
|
|
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)
|
{quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quantumshield-proxy
|
|
3
|
-
Version: 1.0.
|
|
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)
|
|
File without changes
|
|
File without changes
|
{quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/classical_encryptor.py
RENAMED
|
File without changes
|
|
File without changes
|
{quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy/pqc_encryptor.py
RENAMED
|
File without changes
|
|
File without changes
|
{quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/requires.txt
RENAMED
|
File without changes
|
{quantumshield_proxy-1.0.1 → quantumshield_proxy-1.0.2}/quantumshield_proxy.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|