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