Skip to content

Commit

Permalink
Remove unused friendly constant names
Browse files Browse the repository at this point in the history
  • Loading branch information
alanssitis committed Apr 22, 2024
1 parent 3bf2d5f commit 8a7b35b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Yubico.YubiKey/src/Yubico/YubiKey/Cryptography/EcdsaVerify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ public class EcdsaVerify : IDisposable
private const int P384KeySize = 384;
private const string OidP256 = "1.2.840.10045.3.1.7";
private const string OidP384 = "1.3.132.0.34";
private const string NameP256 = "nistP256";
private const string NameP384 = "nistP384";

private const byte EncodedPointTag = 4;
private const int SequenceTag = 0x30;
Expand Down

0 comments on commit 8a7b35b

Please sign in to comment.