Skip to content

Commit

Permalink
Make MD5 public
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 27, 2017
1 parent dfc998d commit 384f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Shared/Library/MD5.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Foundation

// MARK: - Public

func MD5(_ input: String) -> String {
public func MD5(_ input: String) -> String {
return hex_md5(input)
}

Expand Down

0 comments on commit 384f856

Please sign in to comment.