computeCommitment method

Uint8List computeCommitment()

Implementation

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