ark::crypt::RsaPublicKey

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


This is an exponent/modulus pair, each encoded in base64.

Variables

  • std::string exponent
    The exponent, base64 encoded.

  • std::string modulus
    The modulus, base64 encoded.