quantum-resistant-rustykey 0.6.1 → 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.
- package/README.md +18 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
|
-
# Quantum-
|
|
1
|
+
# <img src="./logo-rustykey.png" width="57" align="center" /> Quantum-resistant RustyKey®
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Fast, secure WebAssembly implementations of useful post-quantum-resistant tools both for backend (node) and frontend web.
|
|
4
4
|
|
|
5
5
|
## Implementation status
|
|
6
6
|
|
|
7
|
-
-
|
|
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
|
|
11
|
+
- *signature algorithms (coming soon):*
|
|
12
|
+
- *FN-DSA (Falcon-512, Falcon-1024)*
|
|
13
|
+
- *ML-DSA (Dilithium variants)*
|
|
14
|
+
- *SQISign*
|
|
15
|
+
- module-lattice-based key-encapsulation mechanism
|
|
16
|
+
- **ML-KEM-512**, **ML-KEM-768**, and **ML-KEM-1024** using the same stack: [mlkem-native](https://github.com/pq-code-package/mlkem-native) built with **Emscripten**.
|
|
8
17
|
|
|
9
18
|
## Security assurance and verification
|
|
10
19
|
|
|
@@ -233,4 +242,9 @@ This project was generously supported by:
|
|
|
233
242
|
- University of Quantum Science
|
|
234
243
|
- RustyKey®
|
|
235
244
|
- Customers' Yachts® Advisors
|
|
236
|
-
- BuzzyBee®
|
|
245
|
+
- [BuzzyBee®](https://buzzybee.ai)
|
|
246
|
+
|
|
247
|
+
<div align="center">
|
|
248
|
+
<img src="./logo-rustykey.png" width="60" alt="RustyKey Logo" />
|
|
249
|
+
<img src="./logo-buzzybee.ai.png" width="60" alt="BuzzyBee Logo" />
|
|
250
|
+
</div>
|
package/package.json
CHANGED