CRTValue
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.rsa
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
CRTValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
// Island
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
// .NET, .NET Standard 2.0
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
// Island
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
Parameters:
- aExp:
- aCoeff:
- aR:
constructor (CRTValue)
constructor(value: CRTValue)
CRTValue(CRTValue value)
init(_ value: CRTValue)
Sub New(value As CRTValue)
Parameters:
- value:
Coeff
Exp
R
Coeff
Exp
R
constructor
constructor
CRTValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
// Island
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
// .NET, .NET Standard 2.0
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
// Island
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
Parameters:
- aExp:
- aCoeff:
- aR:
constructor (CRTValue)
constructor(value: CRTValue)
CRTValue(CRTValue value)
init(_ value: CRTValue)
Sub New(value As CRTValue)
Parameters:
- value: