MLKem.DecapsulateCore(ReadOnlySpan<Byte>, Span<Byte>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, décapsule un secret partagé à partir d’un texte chiffré fourni.
protected:
abstract void DecapsulateCore(ReadOnlySpan<System::Byte> ciphertext, Span<System::Byte> sharedSecret);
protected abstract void DecapsulateCore(ReadOnlySpan<byte> ciphertext, Span<byte> sharedSecret);
abstract member DecapsulateCore : ReadOnlySpan<byte> * Span<byte> -> unit
Protected MustOverride Sub DecapsulateCore (ciphertext As ReadOnlySpan(Of Byte), sharedSecret As Span(Of Byte))
Paramètres
- ciphertext
- ReadOnlySpan<Byte>
Texte chiffré.
Exceptions
Une erreur s’est produite lors de la décapsulation.