Release v0.3.11
Changes in v0.3.11
- chore: Bump version to 0.3.11
- Use local wasm package for tests instead of npm
- docs: Update gas numbers from actual test results (175 vs 288 Tgas)
- docs: Add crypto backend selection guide to README
- refactor pck extension parsing
- Parse crls only once
- Support for multiple crypto backend
- Merge pull request #100 from think-in-universe/test/near-contract
Python Package
This release includes Python wheels for multiple platforms:
- Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
- Windows: x64, x86
- macOS: x86_64, aarch64 (Apple Silicon)
Install with: pip install dcap-qvl==0.3.11
Rust Crate
Add to your Cargo.toml:
dcap-qvl = "0.3.11"