Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | NamedCurves |
Public Types | |
enum | ECCurveType { Implicit , PrimeShortWeierstrass , PrimeTwistedEdwards , PrimeMontgomery , Characteristic2 , Named } |
Public Member Functions | |
void | Validate () |
Static Public Member Functions | |
static ECCurve | CreateFromOid (Oid curveOid) |
static ECCurve | CreateFromFriendlyName (string oidFriendlyName) |
static ECCurve | CreateFromValue (string oidValue) |
Public Attributes | |
byte?[] | A |
byte?[] | B |
ECPoint | G |
byte?[] | Order |
byte?[] | Cofactor |
byte?[] | Seed |
ECCurveType | CurveType |
HashAlgorithmName? | Hash |
byte?[] | Polynomial |
byte?[] | Prime |
Properties | |
Oid | Oid [get, private set] |
bool | IsPrime [get] |
bool | IsCharacteristic2 [get] |
bool | IsExplicit [get] |
bool | IsNamed [get] |
Private Member Functions | |
bool | HasAnyExplicitParameters () |
Static Private Member Functions | |
static ECCurve | CreateFromValueAndName (string oidValue, string oidFriendlyName) |
Private Attributes | |
Oid | _oid |
Definition at line 8 of file ECCurve.cs.