Constructor to create an Ed25519KeyHash from raw bytes.
Ed25519KeyHash(List<int> data) : super(data, AdaTransactionConstant.blake2b224DigestSize);