Skip to content

Commit 384f856

Browse files
committed
Make MD5 public
1 parent dfc998d commit 384f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Shared/Library/MD5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121

2222
// MARK: - Public
2323

24-
func MD5(_ input: String) -> String {
24+
public func MD5(_ input: String) -> String {
2525
return hex_md5(input)
2626
}
2727

0 commit comments

Comments
 (0)