export-aptos-verifier-0.1.1 is not a library.
export-aptos-verifier
CLI tool that generates Aptos Move Groth16 verifier packages from Groth16 artifacts, including snarkjs JSON, gnark artifacts converted via gnark-to-snarkjs, noname snarkjs-compatible outputs, and compact Arkworks bundles.
Install
Usage
--public is optional when proof.json already contains publicSignals.
Bundle mode:
Notes
- Supports
snarkjs-jsonandarkworks-compactinput modes. gnarkis supported throughgithub.com/mysteryon88/gnark-to-snarkjs.nonameis supported through itssnarkjs-compatible artifact flow.- Supports
BN254andBLS12-381. --preparedintentionally returnsERR_PREPARED_NOT_IMPLEMENTEDin this version.- For BN254 use
--bn254-formatif you need explicit format handling. - For BLS12-381 use
--bls-formatif needed.
License
MIT.