Kmac256.GetCurrentHash Metodo

Definizione

Overload

GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)

GetCurrentHash(Int32)

Source:
Kmac256.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()

Parametri

outputLength
Int32

Restituisce

Byte[]

Si applica a

GetCurrentHash(Span<Byte>)

Source:
Kmac256.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))

Parametri

destination
Span<Byte>

Si applica a