Kmac128.GetHashAndReset 方法

定义

重载

GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)

GetHashAndReset(Int32)

Source:
Kmac128.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>)

Source:
Kmac128.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>

适用于