Tests the correct implementation of the modulo exponential function using RSA encryption and decryption (using pre-computed encryption and decryption keys).

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

Syntax

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

Parameters

rounds
Type: System..::..Int32

See Also