public LMOtsSignature(
LMOtsParameters paramType,
byte[] c,
byte[] y
)
Public Sub New (
paramType As LMOtsParameters,
c As Byte(),
y As Byte()
)
public:
LMOtsSignature(
LMOtsParameters^ paramType,
array<unsigned char>^ c,
array<unsigned char>^ y
)
Org.BouncyCastle.Pqc.Crypto.Lms.LMOtsSignature = function(paramType, c, y);