Sign the Key
@override Uint8List sign(Uint8List payload) { var signature = ecdsaSign(payload).signature; return Uint8List.fromList(signature!); }