Uint8List extractBytesFromPrivateKey(String privateKeyString) { return Uint8List.fromList(utf8.encode(privateKeyString)); }