verify abstract method

bool verify(
  1. Uint8List bytes,
  2. Encrypted encrypted
)

Verify encrypted signature.

Implementation

bool verify(Uint8List bytes, Encrypted encrypted);