MLKem.DecapsulateCore(ReadOnlySpan<Byte>, Span<Byte>) Metod

Definition

När den åsidosättas i en härledd klass kapslas en delad hemlighet från en angivet chiffertext.

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

Parametrar

ciphertext
ReadOnlySpan<Byte>

Chiffertexten.

sharedSecret
Span<Byte>

Bufferten för att ta emot den delade hemligheten.

Undantag

Ett fel uppstod under inkapslingen.

Gäller för