Skip to content

Commit

Permalink
Make SPRKey.with(padding:) public
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 31, 2024
1 parent 3f3e045 commit 5e00a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SRP/keys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public struct SRPKey {
}

/// Return SRPKey with padding
func with(padding: Int) -> SRPKey {
@inlinable public func with(padding: Int) -> SRPKey {
.init(number, padding: padding)
}
}
Expand Down

0 comments on commit 5e00a2c

Please sign in to comment.