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

Definição

Quando substituído em uma classe derivada, decapsula um segredo compartilhado de um texto criptografado 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 criptografado.

sharedSecret
Span<Byte>

O buffer para receber o segredo compartilhado.

Exceções

Ocorreu um erro durante a descapsulação.

Aplica-se a