Uint8List privateKeyToPublicKey( Uint8List privateKey, ) { return pointFromScalar(privateKey, true)!.sublist(1); }