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