ceres_mpc 0.1.1
ceres_mpc: ^0.1.1 copied to clipboard
Ceres MPC SDK — two-party ECDSA keygen, recovery, signing
0.1.1 #
- Fix task leak on
inject_allfailure in keygen/sign/recover round 1 (abort orphaned tasks) - Fix TTL expiry cleanup to explicitly abort background tasks instead of just dropping handles
- Replace unbounded channels with bounded
mpsc::channel(64)at FFI boundary for backpressure - All 48 existing tests pass with zero regression
0.1.0 #
- Initial public package release candidate
- Two-party ECDSA keygen, signing, recovery, backup, and key export flows powered by Rust + sl-dkls23
- Flutter
MpcClientorchestration layer with injectableMpcTransport - Example HTTP and WebSocket transport reference implementations
cargokit-based native distribution path with support for precompiled binary releases