KmacXof128
KmacXof128(Byte[], Byte[])
KmacXof128(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
IsSupported
AppendData(Byte[])
AppendData(ReadOnlySpan<Byte>)
Clone()
Dispose()
GetCurrentHash(Int32)
GetCurrentHash(Span<Byte>)
GetHashAndReset(Int32)
GetHashAndReset(Span<Byte>)
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)
Verify(Byte[], Byte[], Byte[], Byte[])
Verify(Byte[], Stream, Byte[], Byte[])
Verify(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
Verify(ReadOnlySpan<Byte>, Stream, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
VerifyAsync(Byte[], Stream, Byte[], Byte[], CancellationToken)
VerifyAsync(ReadOnlyMemory<Byte>, Stream, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, CancellationToken)
VerifyCurrentHash(Byte[])
VerifyCurrentHash(ReadOnlySpan<Byte>)
VerifyHashAndReset(Byte[])
VerifyHashAndReset(ReadOnlySpan<Byte>)
net11.0
namespace System.Security.Cryptography
{
public sealed class KmacXof128 : IDisposable
{
public static ValueTask<bool> VerifyAsync(byte[]! key, Stream! source, byte[]! hash, byte[]? customizationString = null, CancellationToken cancellationToken = default);
}
}
| Design Reviews |
|
|---|---|
| .NET | 11.0 |
Information specific to net11.0 | |
| Assembly | System.Security.Cryptography , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API