KmacXof128.GetCurrentHash Método

Definición

Sobrecargas

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

Source:
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

Devoluciones

Byte[]

Se aplica a

GetCurrentHash(Span<Byte>)

Source:
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>

Se aplica a