RSA.GenerateKeys


static function GenerateKeys

Prototype:

static function GenerateKeys(var public_key, var private_key, var bits)

Parameters

public_key
(var) // TO DO
private_key
(var) // TO DO
bits
(var) // TO DO

Description:

TODO: Document this

Return value:

// TO DO