groth16Prove abstract method
Implementation
Future<ProveResult> groth16Prove({
required String zkeyPath,
required Uint8List witness,
int proofBufferSize,
int? publicBufferSize,
int errorBufferSize,
});
Future<ProveResult> groth16Prove({
required String zkeyPath,
required Uint8List witness,
int proofBufferSize,
int? publicBufferSize,
int errorBufferSize,
});