次の方法で共有


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>

適用対象