Releases: whitfin/siphash-elixir
Releases · whitfin/siphash-elixir
v3.2.0
Refactoring of the Elixir layer and skip compilation of C when NIFs are disabled.
v3.1.3
Fixes issues compiling in HiPE environments
v3.1.2
New compatibility with Elixir v1.4
v3.1.1
Minor refactoring and improvements to remove compiler warnings raised by Elixir v1.3.0.
v3.1.0
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
Fixes an issue with NIFs compiling inside an Exrm release
v3.0.0
Implemented a main NIF for improved performance, now sub-microsecond for small hashes.
v2.1.1
Added nif_loaded/0
to all modules with NIFs to improve debuggability
v2.1.0
Optimises hash formatting options, and moves block application to NIF rather than purely the compression technique
v2.0.1
Resolves an issue with no targets being specified during build