MLKem.ExportEncapsulationKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExportEncapsulationKey(Span<Byte>)
- Source:
- MLKem.cs
public:
void ExportEncapsulationKey(Span<System::Byte> destination);
public void ExportEncapsulationKey(Span<byte> destination);
member this.ExportEncapsulationKey : Span<byte> -> unit
Public Sub ExportEncapsulationKey (destination As Span(Of Byte))