SlhDsa.VerifyData Method

Definition

Overloads

VerifyData(Byte[], Byte[], Byte[])

Source:
SlhDsa.cs
public bool VerifyData(byte[] data, byte[] signature, byte[]? context = default);
member this.VerifyData : byte[] * byte[] * byte[] -> bool
Public Function VerifyData (data As Byte(), signature As Byte(), Optional context As Byte() = Nothing) As Boolean

Parameters

data
Byte[]
signature
Byte[]
context
Byte[]

Returns

Applies to

VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Source:
SlhDsa.cs
Source:
SlhDsa.cs
public bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, ReadOnlySpan<byte> context = default);
member this.VerifyData : ReadOnlySpan<byte> * ReadOnlySpan<byte> * ReadOnlySpan<byte> -> bool
Public Function VerifyData (data As ReadOnlySpan(Of Byte), signature As ReadOnlySpan(Of Byte), Optional context As ReadOnlySpan(Of Byte) = Nothing) As Boolean

Parameters

signature
ReadOnlySpan<Byte>
context
ReadOnlySpan<Byte>

Returns

Applies to