@lanitlabs/pqc-lnqc714 1.0.2 → 1.0.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.
- package/README.md +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,20 +100,6 @@ LNQC.getLdpcCodewordBits() // 2048
|
|
|
100
100
|
- **Constant-time**: The `subtle` crate guards token comparison against timing side-channels.
|
|
101
101
|
- **LDPC protection**: Regular column-weight-15 parity-check matrix eliminates single-check failure modes.
|
|
102
102
|
|
|
103
|
-
## Development
|
|
104
|
-
|
|
105
|
-
```bash
|
|
106
|
-
# Build WASM targets
|
|
107
|
-
wasm-pack build --target bundler --out-dir pkg/browser --release
|
|
108
|
-
wasm-pack build --target nodejs --out-dir pkg/node --release
|
|
109
|
-
|
|
110
|
-
# Test (native)
|
|
111
|
-
cargo test --release
|
|
112
|
-
|
|
113
|
-
# Publish
|
|
114
|
-
npm publish --access public
|
|
115
|
-
```
|
|
116
|
-
|
|
117
103
|
## License
|
|
118
104
|
|
|
119
105
|
MIT
|