60 object Obj =
Arguments[0].AssociatedObjectValue;
61 if (!(Obj is
byte[] PrivateKey))
62 PrivateKey = Convert.FromBase64String(Obj?.
ToString());
Creates an NIST-P192 Elliptic curve.
override string[] DefaultArgumentNames
Default Argument names
P192(int Start, int Length, Expression Expression)
Creates an NIST-P192 Elliptic curve.
P192(ScriptNode PrivateKey, int Start, int Length, Expression Expression)
Creates an NIST-P192 Elliptic curve.
override string FunctionName
Name of the function
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
Class managing a script expression.
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
static readonly ArgumentType[] argumentTypes0
Zero parameters.
static readonly ArgumentType[] argumentTypes1Normal
One scalar parameter.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
override string ToString()
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
NIST P-192 Elliptic Curve, as defined in NIST FIPS BUB 186-4: https://nvlpubs.nist....
Basic interface for all types of elements.