genKeys method

void genKeys()

Generates the public and secret keys for the encryption and decryption.

Implementation

void genKeys() {
  _c_gen_keys(library);
  raiseForStatus();
}