Skip to content

Commit

Permalink
Merge pull request #34 from sai-manoj-kumar/patch-1
Browse files Browse the repository at this point in the history
Conform OTPAlgorithm to Codable
  • Loading branch information
lachlanbell authored May 19, 2022
2 parents 3273736 + 31dce8d commit f8ba33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftOTP/OTPAlgorithm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import Foundation

/// Hash algorithm to use for one time password generation
public enum OTPAlgorithm {
public enum OTPAlgorithm: Codable {
case sha1
case sha256
case sha512
Expand Down

0 comments on commit f8ba33c

Please sign in to comment.