You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not happy with the code quality of the BCrypt implementation I imported. This is one of the few BCrypt implementations in Swift (thanks @Joannis for porting @meanjoe45's Swift 1 implementation), so will have to do for now.
BCrypt is passing tests for now, so I'll clean up the API and punt on the decision to audit / improve the code quality myself, or wait for a more popular BCrypt library to pop up on Swift.
The text was updated successfully, but these errors were encountered:
Fixed up a lot of this in fb545e6 so the public API can be more stable, although the internals are still a bit messy. @Joannis might wanna check out the changes =]
I'm not happy with the code quality of the BCrypt implementation I imported. This is one of the few BCrypt implementations in Swift (thanks @Joannis for porting @meanjoe45's Swift 1 implementation), so will have to do for now.
BCrypt is passing tests for now, so I'll clean up the API and punt on the decision to audit / improve the code quality myself, or wait for a more popular BCrypt library to pop up on Swift.
The text was updated successfully, but these errors were encountered: