Returns a signature of the data.

Overload List

  NameDescription
Public methodHashAndSign(array<Byte>[]()[][], array<Byte>[]()[][])
Signature of data, using the installed random number generator RNG.
Public methodHashAndSign(array<Byte>[]()[][], array<Byte>[]()[][], array<Byte>[]()[][])
Signature of data, using specified random.

Remarks

This is the Signature Generation Operation of IEEE P1363 scheme ECSSA: Elliptic Curve Signature Scheme with Appendix.

See Also