sign method

Encrypted sign(
  1. String input
)

Implementation

Encrypted sign(String input) => signBytes(convert.utf8.encode(input));