Returns a signature of the 20-byte or 32-byte hash provided.

Overload List

  NameDescription
Public methodSign(array<Byte>[]()[][], array<Byte>[]()[][])
Returns a signature of the 20-byte hash or 32-byte, using the installed random number generate RNG.
Public methodSign(array<Byte>[]()[][], array<Byte>[]()[][], array<Byte>[]()[][])
Returns a signature of the 20-byte or 32-byte hash.

Remarks

This is IEE P1363 primitive ECSP: Elliptic Curve Signature Primitive.

See Also