Skip to content

Commit

Permalink
Parameters are Sendable, regardless of H type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont committed Jun 7, 2024
1 parent 616b027 commit ec0d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/_CryptoExtras/RSA/RSA+BlindSigning.swift
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ extension _RSA.BlindSigning {
/// The RECOMMENDED variants are RSABSSA-SHA384-PSS-Randomized or RSABSSA-SHA384-PSSZERO-Randomized.
///
/// - Seealso: [RFC 9474: RSABSSA Variants](https://www.rfc-editor.org/rfc/rfc9474.html#name-rsabssa-variants).
public struct Parameters<H: HashFunction>: Sendable where H: Sendable {
public struct Parameters<H: HashFunction>: Sendable {
enum Padding { case PSS, PSSZERO }
var padding: Padding

Expand Down

0 comments on commit ec0d4da

Please sign in to comment.