Skip to content

QuantumGate::PeerKeys

Karel Donk edited this page Jul 28, 2018 · 2 revisions

QuantumGate::PeerKeys is a struct that contains a public and private key-pair for a peer.

Definition

struct PeerKeys
{
    ProtectedBuffer PrivateKey;
    ProtectedBuffer PublicKey;
};

Member variables

Name Description
PrivateKey The private key.
PublicKey The public key.
Clone this wiki locally