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.
Files changed (2) hide show
  1. package/README.md +18 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,19 @@
1
- # Quantum-Resistant RustyKey®
1
+ # <img src="./logo-rustykey.png" width="57" align="center" /> Quantum-resistant RustyKey®
2
2
 
3
- A WebAssembly implementation of ML-KEM for both Node.js and web environments.
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
- - **ML-KEM-512**, **ML-KEM-768**, and **ML-KEM-1024** all use the same stack: [mlkem-native](https://github.com/pq-code-package/mlkem-native) (C) built with **Emscripten**.
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® [buzzybee.ai]
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-resistant-rustykey",
3
- "version": "0.6.1",
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",