37 #ifndef VIRGIL_PYTHIA_TRANSFORMATION_KEY_PAIR_H
38 #define VIRGIL_PYTHIA_TRANSFORMATION_KEY_PAIR_H
40 #include "../VirgilByteArray.h"
60 : privateKey_(std::move(privateKey)),
61 publicKey_(std::move(publicKey)) {
std::vector< unsigned char > VirgilByteArray
This type represents a sequence of bytes.
Definition: VirgilByteArray.h:50