qnsqy 7.2.29 → 7.2.30
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.
- package/README.md +4 -4
- package/bin/integrity.json +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -140,14 +140,14 @@ download page.
|
|
|
140
140
|
|
|
141
141
|
```
|
|
142
142
|
# Linux DEB
|
|
143
|
-
sha256sum qnsqy_7.2.
|
|
143
|
+
sha256sum qnsqy_7.2.28-1_amd64.deb
|
|
144
144
|
# Expected:
|
|
145
|
-
#
|
|
145
|
+
# be0d268f097e1e4f16ff2bc870f972ae0294f7d7452773b63c39059eefbf4ee1
|
|
146
146
|
|
|
147
147
|
# Windows standalone
|
|
148
|
-
certutil -hashfile qnsqy-7.2.
|
|
148
|
+
certutil -hashfile qnsqy-7.2.28-x86_64.exe SHA256
|
|
149
149
|
# Expected:
|
|
150
|
-
#
|
|
150
|
+
# 94963c2448d7378f91ce953cff34910a38874b9d43993c43531970bda7dbb1e3
|
|
151
151
|
```
|
|
152
152
|
|
|
153
153
|
The canonical hash list is published at
|
package/bin/integrity.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_comment": "SHA-256 of each platform binary, baked into the main qnsqy package (the trust root the user installs). The shim verifies the resolved platform binary against these before exec. Stamped by scripts/stage-platform-packages.sh at release time; empty values are placeholders that make the shim fail closed.",
|
|
3
|
-
"linux-x64": "
|
|
4
|
-
"win32-x64": "
|
|
3
|
+
"linux-x64": "7f354e328caf73ebc384644ae93486fbb3dd165715c0db1122c115b4a9fcbb88",
|
|
4
|
+
"win32-x64": "2d26de916ae43034e727d6e73b95cf00bc348690414b2c810dd44b434ce5a11d"
|
|
5
5
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qnsqy",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.30",
|
|
4
4
|
"description": "Post-quantum cryptography tool. NIST FIPS 203 / 204 / 205 algorithms hybridized with classical X25519, Ed25519, AES-256-GCM. Local-only execution. 84 MCP tools for AI agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"post-quantum",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"qnsqy": "bin/qnsqy.js"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@quantumsequrity/qnsqy-linux-x64": "7.2.
|
|
37
|
-
"@quantumsequrity/qnsqy-win32-x64": "7.2.
|
|
36
|
+
"@quantumsequrity/qnsqy-linux-x64": "7.2.30",
|
|
37
|
+
"@quantumsequrity/qnsqy-win32-x64": "7.2.30"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=18.0.0"
|