Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Crypto 3.1.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 20 Apr 18:23
· 86 commits to master since this release

New:

  • BCrypt is now based on a C implementation meaning BCrypt hashes won't take longer for debug builds. (#55)

Fixed:

  • ⚠️ BCrypt.hash(...) now returns a String. Previously it returned Data which was a bug. BCrypt hashes are formatted as UTF-8 encoded Strings and should be returned as such. (#55)

Milestone:
3.1.0