Share via


KmacXof128.GetCurrentHash Método

Definição

Sobrecargas

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

Origem:
KmacXof128.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()

Parâmetros

outputLength
Int32

Retornos

Byte[]

Aplica-se a

GetCurrentHash(Span<Byte>)

Origem:
KmacXof128.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))

Parâmetros

destination
Span<Byte>

Aplica-se a