MLKem.ExportDecapsulationKey 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
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))