OTP/OTPKit/OTPAlgorithm.swift

13 lines
154 B
Swift
Raw Permalink Normal View History

2021-08-24 22:19:31 +00:00
//
// OTPAlgorithm.swift
// OTPKit
//
// Created by Shadowfacts on 8/21/21.
//
import Foundation
public enum OTPAlgorithm: Codable {
case SHA1
}