sign abstract method

Signature sign(
  1. List<int> data
)

Signs the input data using the key and algorithm

Implementation

Signature sign(List<int> data);