Edit

Share via


MLKem.ExportPrivateSeed Method

Definition

Overloads

ExportPrivateSeed()

Source:
MLKem.cs
Source:
MLKem.cs
public:
 cli::array <System::Byte> ^ ExportPrivateSeed();
public byte[] ExportPrivateSeed();
member this.ExportPrivateSeed : unit -> byte[]
Public Function ExportPrivateSeed () As Byte()

Returns

Byte[]

Applies to

ExportPrivateSeed(Span<Byte>)

Source:
MLKem.cs
Source:
MLKem.cs
public:
 void ExportPrivateSeed(Span<System::Byte> destination);
public void ExportPrivateSeed(Span<byte> destination);
member this.ExportPrivateSeed : Span<byte> -> unit
Public Sub ExportPrivateSeed (destination As Span(Of Byte))

Parameters

destination
Span<Byte>

Applies to