Kmac128.GetCurrentHash 方法

定义

重载

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

Source:
Kmac128.cs
public:
 cli::array <System::Byte> ^ GetCurrentHash(int outputLength);
public byte[] GetCurrentHash (int outputLength);
member this.GetCurrentHash : int -> byte[]
Public Function GetCurrentHash (outputLength As Integer) As Byte()

参数

outputLength
Int32

返回

Byte[]

适用于

GetCurrentHash(Span<Byte>)

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

参数

destination
Span<Byte>

适用于