MLKem.DecapsulateCore(ReadOnlySpan<Byte>, Span<Byte>) メソッド

定義

派生クラスでオーバーライドされると、指定された暗号テキストから共有シークレットをカプセル化解除します。

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

パラメーター

ciphertext
ReadOnlySpan<Byte>

暗号テキスト。

sharedSecret
Span<Byte>

共有シークレットを受信するバッファー。

例外

カプセル化解除中にエラーが発生しました。

適用対象