@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.
Files changed (2) hide show
  1. package/README.md +0 -14
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanitlabs/pqc-lnqc714",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/lanitlabs/pqc-lnqc714"