Skip to content

Releases: whitfin/siphash-elixir

v3.2.0

03 Dec 01:18
Compare
Choose a tag to compare

Refactoring of the Elixir layer and skip compilation of C when NIFs are disabled.

v3.1.3

06 Jul 03:35
Compare
Choose a tag to compare

Fixes issues compiling in HiPE environments

v3.1.2

21 Jan 18:57
Compare
Choose a tag to compare

New compatibility with Elixir v1.4

v3.1.1

21 Jun 16:45
Compare
Choose a tag to compare

Minor refactoring and improvements to remove compiler warnings raised by Elixir v1.3.0.

v3.1.0

20 May 04:04
Compare
Choose a tag to compare

Soft deprecation of using the SIPHASH_IMPL environment variable to control whether to use NIFs or not. Please see the README for instructions on how to migrate to the new configuration based option.

v3.0.1

19 May 22:49
Compare
Choose a tag to compare

Fixes an issue with NIFs compiling inside an Exrm release

v3.0.0

23 Jan 05:18
Compare
Choose a tag to compare

Implemented a main NIF for improved performance, now sub-microsecond for small hashes.

v2.1.1

01 Jan 02:02
Compare
Choose a tag to compare

Added nif_loaded/0 to all modules with NIFs to improve debuggability

v2.1.0

31 Dec 09:03
Compare
Choose a tag to compare

Optimises hash formatting options, and moves block application to NIF rather than purely the compression technique

v2.0.1

28 Dec 22:15
Compare
Choose a tag to compare

Resolves an issue with no targets being specified during build