Expand description
Orbinum Proof Generator Library
Generates Groth16 proofs from pre-calculated witness using arkworks.
§Architecture
utils: Utility functions (hex conversions)circuit: Circuit wrapper for arkworksproof: Proof generation logic (native Rust)wasm: WASM bindings for browser usage
Structs§
- Witness
Circuit - Minimal circuit wrapper for arkworks
Functions§
- decimal_
to_ field - Convert decimal string to field element (snarkjs format)
- generate_
proof_ from_ witness - Generate a Groth16 proof from witness
- hex_
to_ field - Convert hex string to field element