What's Changed
- [docs] Small fixes by @benr-ml in #357
- docs: add algo related perf recommendations by @abhinavg6 in #353
- [committee] add seal_testnet and committee move code by @joyqvq in #336
- [Move] Avoid decrypting more than once and only verify the shares that have not been given by @jonas-lj in #369
- [Move] Avoid reverse in KDF by @jonas-lj in #366
- [Move] Compute Lagrange denominator once by @jonas-lj in #367
- Add Move.lock file for seal package. by @raress96 in #347
- [chore] use rust 1.88 to fix build by @joyqvq in #371
- [github-workflows][release]tag main via dispatch from ci by @quepcompute in #368
- [Move] Add staleness module by @jonas-lj in #374
- [cli] use one secret and one id for encrypt by @joyqvq in #372
- Fix: seal_decrypt_all_objects requires all the servers to provide a derived key by @gfusee in #355
- [committee] add move.lock for seal_testnet by @joyqvq in #375
- [commitee] add seal-committee crate with grpc and helper funcs by @joyqvq in #376
- [Move] Use append_ref in key derivation by @jonas-lj in #370
- [dkg-cli] add generate-keys and init command by @joyqvq in #354
- [docs] stress that register may return more than 1 obj by @benr-ml in #382
- [move] add version to v2 committee type by @joyqvq in #380
- docs: make the api key snippet prominent by @abhinavg6 in #384
- [seal-committee] add grpc helpers for fetching key server info by @joyqvq in #379
- [Move] Misc fixes by @jonas-lj in #383
- [2/2][dkg-cli] create and process message by @joyqvq in #381
- [workflows][deploy-docsite] Doc site deployment automation by @quepcompute in #349
- feat: update to decouple interface for seal decrypt sdk by @joyqvq in #390
- [key-server] handle committee mode by @joyqvq in #358
- [server] Refactor Network option by @jonas-lj in #393
- [Server] Fix staleness check by @jonas-lj in #373
- [server] Slightly simpler error handling by @jonas-lj in #392
- [docs] New version of Seal Move module by @jonas-lj in #398
New Contributors
Full Changelog: seal-v0.5.13-candidate...seal-v0.5.14