verify abstract method

bool verify({
  1. required List<int> message,
  2. required List<int> signature,
})

Constructor that requires the key algorithm

Implementation

bool verify({required List<int> message, required List<int> signature});