Fix issue of case sensitive algorithms (#129)
There is an issue where if loading a provisioning URL with the algorithm in uppercase that an exception is thrown even though the algorithm is valid. This one liner fixes the issue by lowercasing the algorithm name before checking and setting.
Showing
+1 -0
Please register or sign in to comment