You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New Objective-C API; the old API was just removed, hence the bump in major version number.
- ARC support.
- Additional SHA1 and SHA512 hashing routines.
* The logic for computing the hash wasn't replicated, it was simply made more modular internally.
* The implementation of a new method like that is just 3 lines of code, most of which to create the "hash computation context" containing all the special parts for the requested algorithm.
- Parameter chunkSizeForReadingData was removed; too much of a hassle to pass it.