Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxprivate ulong modpow(
ulong b,
long e,
long m
)
Private Function modpow (
b As ULong,
e As Long,
m As Long
) As ULong
private:
unsigned long long modpow(
unsigned long long b,
long long e,
long long m
)
private member modpow :
b : uint64 *
e : int64 *
m : int64 -> uint64
Parameters
- b
- Type: SystemUInt64
- e
- Type: SystemInt64
- m
- Type: SystemInt64
Return Value
Type:
UInt64
See Also