Kmac256.GetCurrentHash 方法

定義

多載

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

來源:
Kmac256.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>)

來源:
Kmac256.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>

適用於