Tests the correct implementation of the modulo exponential and inverse modulo functions using RSA encryption and decryption. The two pseudoprimes p and q are fixed, but the two RSA keys are generated for each round of testing.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static void RSATest2(
	int rounds
)
Visual Basic
Public Shared Sub RSATest2 ( 
	rounds As Integer
)
Visual C++
public:
static void RSATest2(
	int rounds
)
F#
static member RSATest2 : 
        rounds : int -> unit 

Parameters

rounds
Type: System..::..Int32

See Also