Constructor to create a KES verification key from raw bytes.
KESVKey(List<int> data) : super(data, AdaTransactionConstant.blake2b256DigestSize);