LMOtsSignature public sealed class LMOtsSignature : IEncodable Documentation public byte[] C { get; } public LMOtsParameters ParamType { get; } public byte[] Y { get; } public LMOtsSignature(LMOtsParameters paramType, byte[] c, byte[] y) public static LMOtsSignature GetInstance(object src) public byte[] GetEncoded()