static Uint8List privateKeyToPublicKey(Uint8List prvkey) { var prvHex = hex.encode(prvkey); return privateKeyHexToPublicKey(prvHex); }