verify abstract method

bool verify(
  1. Uint8List data,
  2. Uint8List signature
)

Verifies that the signature is valid for for the provided message

Implementation

bool verify(Uint8List data, Uint8List signature);