blsVerifySync abstract method

bool blsVerifySync(
  1. Uint8List pk,
  2. Uint8List sig,
  3. Uint8List msg
)

Implementation

bool blsVerifySync(
  Uint8List pk,
  Uint8List sig,
  Uint8List msg,
);