LmsSignature public class LmsSignature : IEncodable Documentation Code public LMOtsSignature OtsSignature { get; } public int Q { get; } public LMSigParameters SigParameters { get; } public byte[][] Y { get; } public LmsSignature(int q, LMOtsSignature otsSignature, LMSigParameters parameter, byte[][] y) public static LmsSignature GetInstance(object src) public byte[] GetEncoded()