data_layer/repositories/verifiers/rust_event_verifier library
Rust-based event verifier with platform-specific implementations.
On native platforms (Android, iOS, Linux, macOS, Windows), this uses FFI to call Rust code for high-performance event verification.
On web platforms, this exports a stub that throws UnsupportedError. Use Bip340EventVerifier instead for web platforms.
Classes
- RustEventVerifier
- Stub implementation of RustEventVerifier for platforms that don't support FFI (e.g., web).