sign abstract method

SIGNATURE sign(
  1. List<int> digest
)

Sign the given digest.

Implementation

SIGNATURE sign(List<int> digest);