MLKem.EncapsulateCore(Span<Byte>, Span<Byte>) 메서드

정의

파생 클래스에서 재정의되는 경우 캡슐화 암호 텍스트와 공유 비밀을 만들어 제공된 버퍼에 기록합니다.

protected:
 abstract void EncapsulateCore(Span<System::Byte> ciphertext, Span<System::Byte> sharedSecret);
protected abstract void EncapsulateCore(Span<byte> ciphertext, Span<byte> sharedSecret);
abstract member EncapsulateCore : Span<byte> * Span<byte> -> unit
Protected MustOverride Sub EncapsulateCore (ciphertext As Span(Of Byte), sharedSecret As Span(Of Byte))

매개 변수

ciphertext
Span<Byte>

암호 텍스트를 받을 버퍼입니다.

sharedSecret
Span<Byte>

공유 비밀을 받을 버퍼입니다.

예외

캡슐화 중에 오류가 발생했습니다.

적용 대상