MLKem(MLKemAlgorithm) Constructor

Definición

Inicializa una nueva instancia de la clase MLKem.

protected:
 MLKem(System::Security::Cryptography::MLKemAlgorithm ^ algorithm);
protected MLKem(System.Security.Cryptography.MLKemAlgorithm algorithm);
new System.Security.Cryptography.MLKem : System.Security.Cryptography.MLKemAlgorithm -> System.Security.Cryptography.MLKem
Protected Sub New (algorithm As MLKemAlgorithm)

Parámetros

algorithm
MLKemAlgorithm

Algoritmo de ML-KEM específico para esta clave.

Excepciones

algorithm es null.

Se aplica a