Skip to content

Commit

Permalink
Document PsnSigningKey
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Jul 24, 2023
1 parent d23a82c commit 375da4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NPTicket/Verification/Keys/PsnSigningKey.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
namespace NPTicket.Verification.Keys;

/// <summary>
/// A public signing key used when PS3/PSVita clients connect via official PSN.
/// Since each game series has a different set of curves, you must provide them yourself in a new class.
/// </summary>
public abstract class PsnSigningKey : ITicketSigningKey
{
public string HashAlgorithm => "SHA-1";
Expand Down

0 comments on commit 375da4f

Please sign in to comment.