KmacXof256.GetCurrentHash Metoda

Definice

Přetížení

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

Zdroj:
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()

Parametry

outputLength
Int32

Návraty

Byte[]

Platí pro

GetCurrentHash(Span<Byte>)

Zdroj:
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))

Parametry

destination
Span<Byte>

Platí pro