Skip to content

Releases: kpy3/erlscrypt

2.1.0

09 Apr 07:50
47322ba
Compare
Choose a tag to compare
  • Use enif_alloc and enif_free instead of malloc and free in original scrypt function
  • Move libraries and plugins required for development to profile dev
  • Move eunit tests from scrypt module to test folder
  • Add proper test

Rework interface

12 Nov 15:49
89e2280
Compare
Choose a tag to compare

Make this library drop-in replacement for other Erlang implementations. Just replace other library with this one in rebar.config and everything should work without any other changes in the source code.

1.1.0

22 Oct 19:12
466e5fe
Compare
Choose a tag to compare

Upgrade scrypt to 1.3.1

1.0.0

22 Oct 15:32
7299853
Compare
Choose a tag to compare

First release of scrypt NIF library for Erlang.