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.
Files changed (2) hide show
  1. package/README.md +15 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,16 @@
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
+ - 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® [buzzybee.ai]
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-resistant-rustykey",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
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",