Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Version 0.2.0

Compare
Choose a tag to compare
@soffes soffes released this 24 Jul 02:34
· 68 commits to master since this release
  • Add MD2 digest to NSData, NSString, NSArray, and NSDictionary
  • Add MD4 digest to NSData, NSString, NSArray, and NSDictionary
  • Add SHA224 digest to NSData, NSString, NSArray, and NSDictionary
  • Add SHA384 digest to NSData, NSString, NSArray, and NSDictionary
  • Add SHA512 digest to NSData, NSString, NSArray, and NSDictionary
  • Add NSString HMAC digest
  • Add UIColor HSL creation
  • Add UIColor Full CSS color string parsing

This also renames all digest methods like sam_MD5Sum to sam_MD5Digest on NSData, NSString, NSArray, and NSDictionary.