pqc-binary-format 1.0.7 → 1.0.10

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 CHANGED
@@ -1,4 +1,4 @@
1
- # PQC Binary Format v1.0.7
1
+ # PQC Binary Format v1.0.9
2
2
 
3
3
  [![Crates.io](https://img.shields.io/crates/v/pqc-binary-format.svg)](https://crates.io/crates/pqc-binary-format)
4
4
  [![Documentation](https://docs.rs/pqc-binary-format/badge.svg)](https://docs.rs/pqc-binary-format)
@@ -207,14 +207,14 @@ int main() {
207
207
 
208
208
  PQC Binary Format provides **production-ready, fully tested bindings** for multiple programming languages. All bindings support the complete API and produce cross-compatible binary formats.
209
209
 
210
- ### Available Bindings (v1.0.7)
210
+ ### Available Bindings (v1.0.9)
211
211
 
212
212
  | Language | Status | Package | Documentation | Examples |
213
213
  |----------|--------|---------|---------------|----------|
214
214
  | **Rust** | ✅ Native | `pqc-binary-format` | [docs.rs](https://docs.rs/pqc-binary-format) | [3 examples](examples/) |
215
215
  | **Python** | ✅ Tested | `pqc_binary_format` | [Python README](bindings/python/README.md) | [2 examples](examples/python/) |
216
216
  | **JavaScript/WASM** | ✅ Tested | `pqc_binary_format` (npm) | [JS README](bindings/javascript/README.md) | [1 example](examples/javascript/) |
217
- | **Go** | ✅ Tested | `github.com/PQCrypta/pqcrypta-community/bindings/go` | [Go README](bindings/go/README.md) | [1 example](examples/go/) |
217
+ | **Go** | ✅ Tested | `github.com/PQCrypta/pqcrypta-community/bindings/go` | [pkg.go.dev](https://pkg.go.dev/github.com/PQCrypta/pqcrypta-community/bindings/go) | [1 example](bindings/go/examples/) |
218
218
  | **C** | ✅ Tested | FFI via Rust | [C/C++ README](bindings/c-cpp/README.md) | [1 example](examples/c/) |
219
219
  | **C++** | ✅ Tested | FFI via Rust | [C/C++ README](bindings/c-cpp/README.md) | [1 example](examples/cpp/) |
220
220
 
@@ -274,7 +274,7 @@ All bindings support:
274
274
 
275
275
  | Platform | Status | Notes |
276
276
  |----------|--------|-------|
277
- | crates.io (Rust) | ✅ **Published** | **[v1.0.7 live!](https://crates.io/crates/pqc-binary-format)** |
277
+ | crates.io (Rust) | ✅ **Published** | **[v1.0.9 live!](https://crates.io/crates/pqc-binary-format)** |
278
278
  | PyPI (Python) | ⏳ Ready | Maturin build tested, ready for `maturin publish` |
279
279
  | npm (JavaScript) | ⏳ Ready | WASM package built with wasm-pack |
280
280
  | pkg.go.dev (Go) | ⏳ Ready | Will auto-index on tag push |
@@ -604,7 +604,7 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
604
604
 
605
605
  ### Current Status
606
606
 
607
- - **Language Bindings**: ✅ **Rust** (native), ✅ **Python** (tested v1.0.7), ✅ **JavaScript/WASM** (tested v1.0.7), ✅ **Go** (tested v1.0.7), ✅ **C/C++** (tested v1.0.7)
607
+ - **Language Bindings**: ✅ **Rust** (native), ✅ **Python** (tested v1.0.9), ✅ **JavaScript/WASM** (tested v1.0.9), ✅ **Go** (tested v1.0.9), ✅ **C/C++** (tested v1.0.9)
608
608
  - **Examples**: ✅ 9 validated examples across 6 languages
609
609
  - **Package Distribution**: ✅ **crates.io published!** | ⏳ PyPI, npm, pkg.go.dev ready
610
610
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Allan <allan@pqcrypta.com>"
6
6
  ],
7
7
  "description": "Standardized binary format for post-quantum cryptography encrypted data interchange",
8
- "version": "1.0.7",
8
+ "version": "1.0.10",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
Binary file