LMOtsSignature public sealed class LMOtsSignature : IEncodable Documentation Code 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[] GetC() public byte[] GetEncoded() public byte[] GetY()