warden_ffi 0.1.0-dev.1
warden_ffi: ^0.1.0-dev.1 copied to clipboard
Dart FFI bindings for Warden — a threshold conditional-decryption gate. Seal a blob behind an on-chain condition, then open it once the federation releases the key. Bring your own native library.
Changelog #
0.1.0-dev.1 #
- First public pre-release. Dart FFI bindings over the
warden_*C ABI:conditionIdentity/sealGated/openGated/combine, withWardenFfi.load({path})andWardenFfiExceptionfor native errors. - Bring-your-own native library (build from the
warden/ffiRust crate). - Experimental: Warden is a Phase-0 PoC; the timing guarantee is unproven on a production federation. Pre-release — pin explicitly.