groth16ProveWithZKeyFilePath abstract method

Future<({String proof, String publicSignals})> groth16ProveWithZKeyFilePath({
  1. required String zkeyPath,
  2. required Uint8List witness,
  3. int proofBufferSize,
  4. int? publicBufferSize,
  5. int errorBufferSize,
})

Implementation

Future<({String proof, String publicSignals})> groth16ProveWithZKeyFilePath({
  required String zkeyPath,
  required Uint8List witness,
  int proofBufferSize,
  int? publicBufferSize,
  int errorBufferSize,
});