Kmac256.AppendData Method

Definition

Overloads

AppendData(Byte[])

Appends the specified data to the data already processed in the hash.

AppendData(ReadOnlySpan<Byte>)

Appends the specified data to the data already processed in the hash.

AppendData(Byte[])

Source:
Kmac256.cs

Appends the specified data to the data already processed in the hash.

C#
public void AppendData(byte[] data);

Parameters

data
Byte[]

The data to process.

Exceptions

data is null.

The object has already been disposed.

Applies to

.NET 10 ja .NET 9
Tuote Versiot
.NET 9, 10

AppendData(ReadOnlySpan<Byte>)

Source:
Kmac256.cs

Appends the specified data to the data already processed in the hash.

C#
public void AppendData(ReadOnlySpan<byte> data);

Parameters

data
ReadOnlySpan<Byte>

The data to process.

Exceptions

The object has already been disposed.

Applies to

.NET 10 ja .NET 9
Tuote Versiot
.NET 9, 10