8#ifndef INITIALIZATION_VECTOR_HPP
9#define INITIALIZATION_VECTOR_HPP
14#include "logicalaccess/plugins/crypto/lla_crypto_api.hpp"
An initialisation vector.
Definition: initialization_vector.hpp:26
const ByteVector & data() const
Get the IV data.
Definition: initialization_vector.hpp:45
ByteVector d_data
The IV data.
Definition: initialization_vector.hpp:66
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80