blsVerify abstract method

Future<bool> blsVerify(
  1. Uint8List pk,
  2. Uint8List sig,
  3. Uint8List msg
)

Implementation

Future<bool> blsVerify(
  Uint8List pk,
  Uint8List sig,
  Uint8List msg,
);