Skip to content

2.0.1

Compare
Choose a tag to compare
@kylef kylef released this 13 Sep 10:32
· 96 commits to master since this release

This release adds support for Swift 3.0.

Breaking

  • Algorithms now take Data instead of a String. This improves the API
    allowing you to use keys that cannot be serialised as a String.

    You can easily convert a String to Data such as in the following example:

    .hs256("secret".data(using: .utf8)!)