qnsqy 7.2.24 → 7.2.25

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.
@@ -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": "2aab9a6cddf40178616c2378f0c379d7d8d68c5b61c9b9b74260f08057bbe24c",
4
- "win32-x64": "fad2f0aaa80457f301e7d65f08e94bdbe0ce85cfc76868a4358049bbe0706eaf"
3
+ "linux-x64": "32d1290452f435bfac985eacb2188957e09de2ae1c61ec2306d08290de06d854",
4
+ "win32-x64": "ad37b52804bcb0d9f09ee2ed9d67334811352a61495d8250e07c6cf9dd39885e"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qnsqy",
3
- "version": "7.2.24",
3
+ "version": "7.2.25",
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.24",
37
- "@quantumsequrity/qnsqy-win32-x64": "7.2.24"
36
+ "@quantumsequrity/qnsqy-linux-x64": "7.2.25",
37
+ "@quantumsequrity/qnsqy-win32-x64": "7.2.25"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=18.0.0"