Share via


Kmac256.GetHashAndReset メソッド

定義

オーバーロード

GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)

GetHashAndReset(Int32)

ソース:
Kmac256.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>)

ソース:
Kmac256.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>

適用対象