Click or drag to resize
BlackBoxmodpow Method

Namespace: EncryptionUtils
Assembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntax
private ulong modpow(
	ulong b,
	long e,
	long m
)

Parameters

b
Type: SystemUInt64
e
Type: SystemInt64
m
Type: SystemInt64

Return Value

Type: UInt64
See Also