CheckSumAlgorithmType
public enum CheckSumAlgorithmType : Sendable
Check Sum Algorithm Types
-
Luhn Algorithm
Declaration
Swift
case luhn
-
Validate input String with specified algorithm.
Declaration
Swift
func validate(_ input: String) -> Bool