groth16PublicSizeForZkeyFile method
Implementation
Future<int> groth16PublicSizeForZkeyFile({
required String zkeyPath,
int errorBufferSize = _defaultErrorBufferSize,
}) {
return FlutterRapidsnarkPlatform.instance.groth16PublicSizeForZkeyFile(
zkeyPath: zkeyPath,
errorBufferSize: errorBufferSize,
);
}