quantum-resistant-rustykey 0.7.6 → 0.7.7
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Fast, secure WebAssembly implementations of useful post-quantum-resistant tools both for backend (node) and frontend web.
|
|
4
4
|
|
|
5
|
+
[](https://npmjs.com)
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm i quantum-resistant-rustykey
|
|
9
|
+
```
|
|
10
|
+
|
|
5
11
|
## Implementation status: Pre-production (stable for testing)
|
|
6
12
|
|
|
7
13
|
- ***Recommendation***: Await v1.0.0 (following security audit) for production/regulated deployment.
|
package/package.json
CHANGED