quantum-resistant-rustykey 0.6.2 → 0.6.3

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 (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,10 @@ Fast, secure WebAssembly implementations of useful post-quantum-resistant tools
4
4
 
5
5
  ## Implementation status
6
6
 
7
- - NIST derived or NIST 'on-ramp' eg SQISign
7
+ - This package is in pre-production, functionally complete and stable for integration testing.
8
+ - We recommend waiting for the v1.0.0 release - which will follow our security audit - before deploying any variant for production, healthcare or government workloads.
9
+
10
+ - includes NIST approved as well as riskier NIST 'on-ramp' variants eg SQISign
8
11
  - *signature algorithms (coming soon):*
9
12
  - *FN-DSA (Falcon-512, Falcon-1024)*
10
13
  - *ML-DSA (Dilithium variants)*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-resistant-rustykey",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "WebAssembly post-quantum-resistant tools for web",
5
5
  "author": "Antony R Mott <a@auditcanary.com> (https://rustykey.app)",
6
6
  "license": "ISC",