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

Definisi

Ketika ditimpa di kelas turunan, memisahkan rahasia bersama dari ciphertext yang disediakan.

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

Parameter

ciphertext
ReadOnlySpan<Byte>

Ciphertext.

sharedSecret
Span<Byte>

Buffer untuk menerima rahasia bersama.

Pengecualian

Terjadi kesalahan selama pemisahan.

Berlaku untuk