Commits

Ollie Hayman committed bf92f0c9836
Corrected initialiser to use Base64DecodingOptions Initialising with a base64 encoded string was using Base64EncodingOptions rather than Base64DecodingOptions - this means strings with unknown characters cannot be decoded properly as the .ignoreUnknownCharacters option is unavailable