SwiftHash

2.0.2

🍕 MD5 in pure Swift
onmyway133/SwiftHash

What's New

2.0.2

2018-08-27T11:17:43Z

Merged pull requests

  • Use Swift's own wrapping arithmetics #9, by nzhuk
  • Add a SwiftPM 4 Package Manifest #10, by helje5

Closed issues

  • SPM Integration #4
  • not building in carthage #7
  • MD5 decoding issue #8

SwiftHash

Hash in Swift

CI Status Version Carthage Compatible License Platform

MD5

MD5("https://www.google.com") // 8FFDEFBDEC956B595D257F0AAEEFD623
MD5("https://unsplash.it/600/300/?image=1") // D59E956EBB1BE415970F04EC77F4C875

Installation

CocoaPods

SwiftHash is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftHash'

Carthage

SwiftHash is also available through Carthage. To install just write into your Cartfile:

github "onmyway133/SwiftHash"

Manually

  1. Download and drop /Sources folder in your project.
  2. Congratulations!

Author

Khoa Pham, onmyway133@gmail.com

Credit

Contributing

We would love you to contribute to SwiftHash, check the CONTRIBUTING file for more info.

License

SwiftHash is available under the MIT license. See the LICENSE file for more info.

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Mar 21 2024 15:54:05 GMT-0900 (Hawaii-Aleutian Daylight Time)