MLKem.DecapsulateCore(ReadOnlySpan<Byte>, Span<Byte>) Método

Definição

Quando sobrescrito numa classe derivada, decapsula um segredo partilhado de um texto cifrado fornecido.

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))

Parâmetros

ciphertext
ReadOnlySpan<Byte>

O texto cifrado.

sharedSecret
Span<Byte>

O tampão para receber o segredo partilhado.

Exceções

Ocorreu um erro durante a decapsulação.

Aplica-se a