MLKem.ExportPrivateSeedCore(Span<Byte>) 메서드

정의

파생 클래스에서 재정의되는 경우 프라이빗 시드를 제공된 버퍼로 내보냅니다.

protected:
 abstract void ExportPrivateSeedCore(Span<System::Byte> destination);
protected abstract void ExportPrivateSeedCore(Span<byte> destination);
abstract member ExportPrivateSeedCore : Span<byte> -> unit
Protected MustOverride Sub ExportPrivateSeedCore (destination As Span(Of Byte))

매개 변수

destination
Span<Byte>

프라이빗 시드를 받을 버퍼입니다.

적용 대상