MLDsa.ExportMLDsaPrivateSeedCore(Span<Byte>) メソッド

定義

派生クラスでオーバーライドされると、プライベート シードを指定されたバッファーにエクスポートします。

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

パラメーター

destination
Span<Byte>

プライベート シードを受け取るバッファー。

適用対象