Returns a 42-byte signature of the 20-byte hash provided.

Overload List

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

Remarks

This is IEE P1363 primitive ECSP-NR: Elliptic Curve Signature Primitive, Nyberg-Rueppel version.

See Also