lachlanbell / SwiftOTP

A Swift library for generating One Time Passwords (OTP)
MIT License
285 stars 59 forks source link

Conform OTPAlgorithm to Codable #34

Closed sai-manoj-kumar closed 2 years ago

sai-manoj-kumar commented 2 years ago

This helps to make the custom structs containing it to be Codable.