KmacXof256 Třída

Definice

public ref class KmacXof256 sealed : IDisposable
public sealed class KmacXof256 : IDisposable
type KmacXof256 = class
    interface IDisposable
Public NotInheritable Class KmacXof256
Implements IDisposable
Dědičnost
KmacXof256
Implementuje

Konstruktory

KmacXof256(Byte[], Byte[])
KmacXof256(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Vlastnosti

IsSupported

Metody

AppendData(Byte[])
AppendData(ReadOnlySpan<Byte>)
Dispose()
Equals(Object)

Určí, zda se zadaný objekt rovná aktuálnímu objektu.

(Zděděno od Object)
GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)
GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)
GetHashCode()

Slouží jako výchozí hashovací funkce.

(Zděděno od Object)
GetType()

Type Získá z aktuální instance.

(Zděděno od Object)
HashData(Byte[], Byte[], Int32, Byte[])
HashData(Byte[], Stream, Int32, Byte[])
HashData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32, ReadOnlySpan<Byte>)
HashData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>)
HashData(ReadOnlySpan<Byte>, Stream, Int32, ReadOnlySpan<Byte>)
HashData(ReadOnlySpan<Byte>, Stream, Span<Byte>, ReadOnlySpan<Byte>)
HashDataAsync(Byte[], Stream, Int32, Byte[], CancellationToken)
HashDataAsync(ReadOnlyMemory<Byte>, Stream, Int32, ReadOnlyMemory<Byte>, CancellationToken)
HashDataAsync(ReadOnlyMemory<Byte>, Stream, Memory<Byte>, ReadOnlyMemory<Byte>, CancellationToken)
MemberwiseClone()

Vytvoří mělkou kopii aktuálního Objectsouboru .

(Zděděno od Object)
ToString()

Vrátí řetězec, který představuje aktuální objekt.

(Zděděno od Object)

Platí pro