KmacXof128.GetHashAndReset 方法

定義

多載

GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)

GetHashAndReset(Int32)

來源:
KmacXof128.cs
public:
 cli::array <System::Byte> ^ GetHashAndReset(int outputLength);
public byte[] GetHashAndReset (int outputLength);
member this.GetHashAndReset : int -> byte[]
Public Function GetHashAndReset (outputLength As Integer) As Byte()

參數

outputLength
Int32

傳回

Byte[]

適用於

GetHashAndReset(Span<Byte>)

來源:
KmacXof128.cs
public:
 void GetHashAndReset(Span<System::Byte> destination);
public void GetHashAndReset (Span<byte> destination);
member this.GetHashAndReset : Span<byte> -> unit
Public Sub GetHashAndReset (destination As Span(Of Byte))

參數

destination
Span<Byte>

適用於