Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 202 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 202 Bytes

FileHash

A swift libray to calculate file hash.

Usage

    let path = "file_path_string"
    let md5 = Hasher.md5HashOfFile(atPath: path)
    let sha1 = Hasher.hash(with: .sha1, at: path)