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)) {
Definition: VirgilHash.h:265
Root namespace for all Virgil Security libraries.
Definition: VirgilAsn1Compatible.h:46
std::vector< unsigned char > VirgilByteArray
This type represents a sequence of bytes.
Definition: VirgilByteArray.h:50