groth16PublicSizeForZkeyBuf method
Implementation
Future<int> groth16PublicSizeForZkeyBuf({
required Uint8List zkey,
int errorBufferSize = _defaultErrorBufferSize,
}) {
return FlutterRapidsnarkPlatform.instance.groth16PublicSizeForZkeyBuf(
zkey: zkey,
errorBufferSize: errorBufferSize,
);
}