quantum-resistant-rustykey 0.6.1 → 0.6.2
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 +15 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
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
|
+
- NIST derived or NIST 'on-ramp' eg SQISign
|
|
8
|
+
- *signature algorithms (coming soon):*
|
|
9
|
+
- *FN-DSA (Falcon-512, Falcon-1024)*
|
|
10
|
+
- *ML-DSA (Dilithium variants)*
|
|
11
|
+
- *SQISign*
|
|
12
|
+
- module-lattice-based key-encapsulation mechanism
|
|
13
|
+
- **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
14
|
|
|
9
15
|
## Security assurance and verification
|
|
10
16
|
|
|
@@ -233,4 +239,9 @@ This project was generously supported by:
|
|
|
233
239
|
- University of Quantum Science
|
|
234
240
|
- RustyKey®
|
|
235
241
|
- Customers' Yachts® Advisors
|
|
236
|
-
- BuzzyBee®
|
|
242
|
+
- [BuzzyBee®](https://buzzybee.ai)
|
|
243
|
+
|
|
244
|
+
<div align="center">
|
|
245
|
+
<img src="./logo-rustykey.png" width="60" alt="RustyKey Logo" />
|
|
246
|
+
<img src="./logo-buzzybee.ai.png" width="60" alt="BuzzyBee Logo" />
|
|
247
|
+
</div>
|
package/package.json
CHANGED