ark::crypt::GeneratedKeyPair

Defined in header “ark/crypt/key_pair.hh”.


This is returned when you generate a new key pair, and it contains DER-encoded public and private keys.

Variables

  • std::string public_key
    The public half of the key, DER-encoded, in base64.

  • std::string private_key
    The private half of the key, DER-encoded, in base64.