Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 241 Bytes

poly1305.lua

A Lua binding for https://github.com/floodyberry/poly1305-donna
Tested with Lua 5.2 only.

Build

git clone https://github.com/tock203/poly1305.lua.git --recursive
sudo apt install liblua5.2-dev
sudo luarocks make