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.
- package/README.md +1 -1
- 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
|
|
9
|
+
- *signature algorithms:*
|
|
10
10
|
- *FN-DSA (Falcon-512, Falcon-1024)*
|
|
11
11
|
- *ML-DSA (Dilithium variants)*
|
|
12
12
|
- *SQISign*
|
package/package.json
CHANGED