0.6.2
what’s changed
- adds support for the MD5 hash
- Base64 decoder now handles the URL-safe variant
- Base64 encoder can now encode with the URL-safe character set, using
encode(_:padding:with:)
- allow configuring the Base64 padding
encode(_:padding:with:)