Skip to content

Commit

Permalink
Update src/Neo/Cryptography/Crypto.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Jan 3, 2025
1 parent 427b96b commit dbaa0d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Neo/Cryptography/Crypto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public static bool VerifySignature(ReadOnlySpan<byte> message, ReadOnlySpan<byte
return VerifySignature(message, signature, pubkey, (HashAlgorithm)hasher);
}


/// <summary>
/// Verifies that a digital signature is appropriate for the provided key, message and hash algorithm.
/// </summary>
Expand Down

0 comments on commit dbaa0d3

Please sign in to comment.