quantum-resistant-rustykey 0.9.3 → 0.9.4
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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -432,7 +432,6 @@ This project was generously supported by:
|
|
|
432
432
|
|
|
433
433
|
|
|
434
434
|
## Appendix (WIP) testbed 'coming soon' features
|
|
435
|
-
|
|
436
435
|
Below our some examples of stats and interactivity we plan to add to the testbed depending on user-interest that will help users understand the trade-offs between lattice-based (ML-KEM/DSA) and isogeny-based (SQISign) crypto:
|
|
437
436
|
|
|
438
437
|
- Memory Peak (Heap Usage): WASM runs in a linear memory space. Tracking performance.memory.usedJSHeapSize (in supported browsers) or monitoring the WASM instance’s memory growth is vital, especially for ML-DSA (Dilithium), which can be memory-intensive.
|
package/package.json
CHANGED