KzgCommitment constructor

KzgCommitment(
  1. Uint8List c
)

Implementation

KzgCommitment(Uint8List c) {
  commitment = c;
}