Signs message using the seckey and returns the signature.
message
seckey
signature
Future<Uint8List> call(final Uint8List message, final Uint8List seckey) => compute((_) => sync(message, seckey), null);