Skip to content

Commit

Permalink
make Key codable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnzhou committed Feb 12, 2024
1 parent 189557e commit cf6dc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LCLPingAuth/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extension Keys {
}
}

public struct ValidationResult {
public struct ValidationResult: Codable {
public let R: Data
public let skT: Data
public let hPKR: Data
Expand Down

0 comments on commit cf6dc6b

Please sign in to comment.