LmsGenerateKeys Method

Definition

Namespace: Org.BouncyCastle.Pqc.Crypto.Lms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static LmsPrivateKeyParameters GenerateKeys(
	LMSigParameters parameterSet,
	LMOtsParameters lmOtsParameters,
	int q,
	byte[] I,
	byte[] rootSeed
)

Parameters

parameterSet  LMSigParameters
 
lmOtsParameters  LMOtsParameters
 
q  Int32
 
I  Byte
 
rootSeed  Byte
 

Return Value

LmsPrivateKeyParameters

See Also