sign abstract method

List<int> sign(
  1. List<int> data
)

Signs the given data and returns the signature as bytes.

Implementation

List<int> sign(List<int> data);