Skip to content

Commit

Permalink
Fix typo in doc comments: public -> private
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont committed May 31, 2024
1 parent d239017 commit 7c37d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/_CryptoExtras/RSA/RSA+BlindSigning.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ extension _RSA.BlindSigning {
}
}

/// Construct an RSA public key from a PEM representation.
/// Construct an RSA private key from a PEM representation.
///
/// This constructor supports key sizes of 1024 bits or more. Users should validate that key sizes are appropriate
/// for their use-case.
Expand All @@ -157,7 +157,7 @@ extension _RSA.BlindSigning {
}
}

/// Construct an RSA public key from a DER representation.
/// Construct an RSA private key from a DER representation.
///
/// This constructor supports key sizes of 1024 bits or more. Users should validate that key sizes are appropriate
/// for their use-case.
Expand Down

0 comments on commit 7c37d7a

Please sign in to comment.