sha3 icon indicating copy to clipboard operation
sha3 copied to clipboard

SHA-3 (KECCAK) Erlang NIFs (based on NIST reference C implementation)

Results 4 sha3 issues
Sort by recently updated
recently updated
newest added

I'm trying in Elixir 1.5.1, not sure if it works the `:sha3` module wasn't available, also it raise some warnings, looks like it has some incompatibility. ``` ===> Compiling sha3...

Hi @b I have adapted this package in order to make it work with Elixir, Mix and Hex.pm: https://hex.pm/packages/sha3 Best, Adán

Great algo. Might be better to put the j++ loop increments as pre-increment ops, unless one is sure about a compilers optimizations. The ++j is generally thought to require fewer...