<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

LmsPublicKeyParameters

public LmsPublicKeyParameters(LMSigParameters parameterSet, LMOtsParameters lmOtsType, byte[] T1, byte[] I)

public static LmsPublicKeyParameters GetInstance(object src)

public LmsContext GenerateLmsContext(byte[] signature)

public byte[] GetI()

public byte[] GetT1()

public bool Verify(LmsContext context)