Skip to content

Releases: Sreyas-Sreelal/samp-bcrypt

0.4.1

17 Apr 12:35
Compare
Choose a tag to compare
  • Updated Rust SDK to latest version, which fixes issues with packed strings and PawnPlus

0.4.0

17 Mar 03:16
Compare
Choose a tag to compare

Now supports custom arguments for bcrypt_verify

0.3.4

06 Jul 04:44
Compare
Choose a tag to compare

BCRYPT_HASH_LENGTH needs to account for null terminator #10 , Thanks to @Vince0789

0.3.3

27 May 15:08
Compare
Choose a tag to compare
  • Add BCRYPT_HASH_LENGTH and BCRYPT_COST (#9) thanks to @Kirima2nd

0.3.2

16 May 13:58
Compare
Choose a tag to compare
  • fixes the issue in parsing argument as rust sdk is incorrectly checking count on next method

0.3.1

04 May 15:58
Compare
Choose a tag to compare
  • Fixes backward compatibility issues ( #7 )

0.3.0

03 Apr 13:16
Compare
Choose a tag to compare

Now supports custom arguments for callbacks called after hashing.

0.2.3

10 Jul 13:55
Compare
Choose a tag to compare
  • const correction thanks to @PatrickGTR
  • Updated the rust sdk to latest version that fixes the issue of samp-gdk conflict occurred randomly for some people.

0.2.2

11 Jan 03:29
Compare
Choose a tag to compare
  • Fixes compatibility issues with pawnplus

0.2.1

09 Sep 08:57
Compare
Choose a tag to compare
  • Avoid using separate log files,removed unnecessary loaded and unloaded messages.