computeCommitment method
Implementation
Uint8List computeCommitment() {
if (commitment != null) return commitment!;
throw StateError(
'No commitment available. Supply a KZG commitment via the constructor.');
}
Uint8List computeCommitment() {
if (commitment != null) return commitment!;
throw StateError(
'No commitment available. Supply a KZG commitment via the constructor.');
}