quantum-resistant-rustykey 0.7.0 → 0.7.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Fast, secure WebAssembly implementations of useful post-quantum-resistant tools
6
6
 
7
7
  - ***Recommendation***: Await v1.0.0 (following security audit) for production/regulated deployment.
8
8
  - includes NIST approved as well as riskier NIST 'on-ramp' variants eg SQISign
9
- - *signature algorithms (coming soon):*
9
+ - *signature algorithms:*
10
10
  - *FN-DSA (Falcon-512, Falcon-1024)*
11
11
  - *ML-DSA (Dilithium variants)*
12
12
  - *SQISign*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-resistant-rustykey",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
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",