All Classes |Grouped Classes |Index

Function create_keypair

Create a keypair.

	static void CL_RSA::create_keypair(
		CL_Random & random,
		CL_Secret & out_private_exponent,
		CL_DataBuffer & out_public_exponent,
		CL_DataBuffer & out_modulus,
		int key_size_in_bits = 1024,
		int public_exponent_value = 65537);