compressed bytes of public key
@override List<int> get compressed { return [...Ed25519KeysConst.pubKeyPrefix, ...publicKey.point.toBytes()]; }