Sign compute the signature value.
@MPI(name: "mesh.crypt.sign") Future<Uint8List?> sign(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) { throw UnimplementedError('sign() has not been implemented.'); }