Share via


KmacXof256.GetCurrentHash Yöntem

Tanım

Aşırı Yüklemeler

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

Kaynak:
KmacXof256.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()

Parametreler

outputLength
Int32

Döndürülenler

Byte[]

Şunlara uygulanır

GetCurrentHash(Span<Byte>)

Kaynak:
KmacXof256.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))

Parametreler

destination
Span<Byte>

Şunlara uygulanır