1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// lib.rs - SIGNEDBYME Core Library
// Implements KeyManager and Groth16 membership proofs
//
// NOTE: JNI functions removed per Bible Section 16 (Mar 30, 2026).
// DLC modules (dlc_builder, dlc_oracle) and mobile FFI (ffi_c) removed per Bible Section 13.15 & 16.
// The mobile Android bridge is superseded. This is an SDK, not an Android app.
use ;
// Module declarations
// Groth16 membership proofs
// Native Groth16 prover
// NOSTR client (Phase 9)
// Agent SDK Core (Phase 9A)
// C-compatible FFI bindings (Phase 9A.7)
// Re-exports for library consumers
pub use ManagedKey;
pub use Prover;
/// SHA-256 hash helper