Update to latest Xcode (Beta 6) and toolchain (8/15)
This release requires use of the swift-DEVELOPMENT-SNAPSHOT-2016-08-015-a toolchain.
- Compatible with Xcode 8 Beta 6 using the above toolchains.
- Removed old restriction on
Digest
by now allowing theData
extension to work on Linux as well as macOS. - Renamed
Updateable
protocol toUpdatable
. - Added new
Data
based update function toUpdatable
. - Added support for
SHA1
algorithm in bothDigest
andHMAC
. - For every function that took a
NSData
, there is now an equivalent function that takes aData
object. - Added tests for new
Data
based functions.