Uint8List publicKeyBytes([bool isCompressed = true]) { return secp256k1.getPublicKeyFromPrivateKeyBytes(_keypair.secretKey, isCompressed); }