Edit

Share via


MLKem.ExportDecapsulationKey Method

Definition

Overloads

ExportDecapsulationKey()

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

Returns

Byte[]

Applies to

ExportDecapsulationKey(Span<Byte>)

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

Parameters

destination
Span<Byte>

Applies to