sign method

dynamic sign(
  1. Uint8List hash
)

Implementation

sign(Uint8List hash) {
  return ecc.sign(hash, privateKey!);
}