Kmac256.GetHashAndReset Metodo

Definizione

Overload

GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)

GetHashAndReset(Int32)

Source:
Kmac256.cs
public:
 cli::array <System::Byte> ^ GetHashAndReset(int outputLength);
public byte[] GetHashAndReset (int outputLength);
member this.GetHashAndReset : int -> byte[]
Public Function GetHashAndReset (outputLength As Integer) As Byte()

Parametri

outputLength
Int32

Restituisce

Byte[]

Si applica a

GetHashAndReset(Span<Byte>)

Source:
Kmac256.cs
public:
 void GetHashAndReset(Span<System::Byte> destination);
public void GetHashAndReset (Span<byte> destination);
member this.GetHashAndReset : Span<byte> -> unit
Public Sub GetHashAndReset (destination As Span(Of Byte))

Parametri

destination
Span<Byte>

Si applica a