An open API service indexing awesome lists of open source software.

https://github.com/synodriver/lua-clhash


https://github.com/synodriver/lua-clhash

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# lua-clhash
```lua
local clhash = require("clhash")

local key = clhash.get_random_key(1,2)
print(clhash.hash(key,"asjakda"))
print(clhash.hash(key,"asjakda"))
print(clhash.hash(key,"asjakd"))
print(clhash.hash(key,"asjakddad"))
print(clhash.hash(key,"asjakddad"))
clhash.free_key(key)
```