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()
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
init(_ aExp: Memory<Int>, _ aCoeff: Memory<Int>, _ aR: Memory<Int>)
Sub New(aExp As Memory<Int>, aCoeff As Memory<Int>, aR As Memory<Int>)
Parameters:
- aExp:
- aCoeff:
- aR:
constructor (CRTValue)
constructor(value: CRTValue)
CRTValue(CRTValue value)
init(_ value: CRTValue)
Sub New(value As CRTValue)
Parameters:
- value:
Coeff
var Coeff: Memory<Int>;
Memory<Int> Coeff
var Coeff: Memory<Int>
Coeff Memory<Int>
FIELD Coeff() As Memory<Int>
Exp
var Exp: Memory<Int>;
Memory<Int> Exp
var Exp: Memory<Int>
Exp Memory<Int>
FIELD Exp() As Memory<Int>
R
var R: Memory<Int>;
Memory<Int> R
var R: Memory<Int>
R Memory<Int>
FIELD R() As Memory<Int>
Coeff
var Coeff: Memory<Int>;
Memory<Int> Coeff
var Coeff: Memory<Int>
Coeff Memory<Int>
FIELD Coeff() As Memory<Int>
Exp
var Exp: Memory<Int>;
Memory<Int> Exp
var Exp: Memory<Int>
Exp Memory<Int>
FIELD Exp() As Memory<Int>
R
var R: Memory<Int>;
Memory<Int> R
var R: Memory<Int>
R Memory<Int>
FIELD R() As Memory<Int>
constructor
constructor
CRTValue()
init()
Sub New()
constructor(aExp: Memory<Int>; aCoeff: Memory<Int>; aR: Memory<Int>)
CRTValue(Memory<Int> aExp, Memory<Int> aCoeff, Memory<Int> aR)
init(_ aExp: Memory<Int>, _ aCoeff: Memory<Int>, _ aR: Memory<Int>)
Sub New(aExp As Memory<Int>, aCoeff As Memory<Int>, aR As Memory<Int>)
Parameters:
- aExp:
- aCoeff:
- aR:
constructor (CRTValue)
constructor(value: CRTValue)
CRTValue(CRTValue value)
init(_ value: CRTValue)
Sub New(value As CRTValue)
Parameters:
- value: