somesocks / lua-lockbox

A collection of cryptographic primitives written in pure Lua
MIT License
357 stars 74 forks source link

Adding SHA3 Keccak #13

Open FuriouslyCurious opened 8 years ago

FuriouslyCurious commented 8 years ago

Any plans to add SHA3 to the lockbox? There is a version 5.3 implementation sample available in this repo: https://github.com/philanc/plc/blob/master/sha3.lua

And I saw a couple of year old implementation in 5.2 on Lua distribution list.

somesocks commented 8 years ago

I'm afraid I'm out of free time at the moment, but I've contacted philanc to see if he'd be willing to port his work to this project.

Barring that, if you've got the time to implement it, I'm happy to review any pull requests.