lenaw

Results 2 comments of lenaw

It doesn't make sense to return null instead of 0. I have an endpoint return the count size, it might be 0. Anyone know a fix? Thanks.

I am also trapped by this because I didn't know it does not supports `$2b$`, luckily I found [one fork](https://github.com/emqx/erlang-bcrypt) that has support for both `$2b` and `$2y`, comment here...