verify abstract method

bool verify(
  1. List<int> data,
  2. List<int> signature
)

Verifies the given data against a signature.

Implementation

bool verify(List<int> data, List<int> signature);