quantum-resistant-rustykey 0.13.7 → 0.13.9
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,8 +53,6 @@ TypeScript types are included (`dist/index.d.ts`) — no `@types/quantum-resista
|
|
|
53
53
|
- ML-DSA, FN-DSA, SLH-DSA, ML-KEM [NIST™ approved](https://www.nist.gov/news-events/news/2024/08/nist-releases-first-3-finalized-post-quantum-encryption-standards)
|
|
54
54
|
- SQIsign [NIST™ NOT YET approved, advanced to round 3](https://csrc.nist.gov/projects/pqc-dig-sig/round-3-additional-signatures)
|
|
55
55
|
|
|
56
|
-
A model running in the browser eventually becomes a sequence of GPU operations: matrix multiplications, normalizations, convolutions, attention primitives, quantization operations, data-layout transformations, and many more. WebGPU makes these operations available across modern browsers through a portable API, while WGSL provides a common language for the shaders that execute them.
|
|
57
|
-
|
|
58
56
|
**Docs:** [antonymott.github.io/quantum-resistant-rustykey](https://antonymott.github.io/quantum-resistant-rustykey/)
|
|
59
57
|
**Live testbed:** [pqc.rustykey.me](https://pqc.rustykey.me)
|
|
60
58
|
**License:** ISC
|
package/package.json
CHANGED