Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/opaque": "1.0.4",
"packages/opaque-zkpp": "0.1.0"
"packages/opaque-zkpp": "0.2.0"
}
19 changes: 19 additions & 0 deletions packages/opaque-zkpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [0.2.0](https://github.com/structured-id/opaque/compare/opaque-zkpp-v0.1.0...opaque-zkpp-v0.2.0) (2026-06-30)


### Features

* **opaque-zkpp:** wire determinate WASM prove progress to onProgress ([b6d9719](https://github.com/structured-id/opaque/commit/b6d971936649e8e0a7ef18fb12bea08db42427e7))


### Bug Fixes

* **opaque-zkpp:** deploy threaded wasm variants + wire backend-wasm to generate_zkpp_proof ([b43a8c9](https://github.com/structured-id/opaque/commit/b43a8c90bddb4e997405f8e1a29636d041fa495a))
* **opaque-zkpp:** load wasm glue at runtime via ../wasm (external in tsup) so the package builds ([fe85214](https://github.com/structured-id/opaque/commit/fe85214cff22ac9f1dee24eb76c67402879ae1a6))


### Performance Improvements

* **opaque-zkpp:** persistent worker pool reused across stages + commit-MSM worker ([41b46a4](https://github.com/structured-id/opaque/commit/41b46a487691315c6833c33fc95a6c5d21b7a989))
2 changes: 1 addition & 1 deletion packages/opaque-zkpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@structured-id/opaque-zkpp",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "Zero-Knowledge Password Policy (ZKPP) prover: proves a password satisfies policy without revealing it. Patent-protected method; AGPL-3.0 with a separate commercial license available.",
"main": "dist/index.cjs",
Expand Down
Loading