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

https://github.com/daurnimator/lua-hydrogen

Lua bindings to libhydrogen
https://github.com/daurnimator/lua-hydrogen

crypto libhydrogen lua

Last synced: 2 months ago
JSON representation

Lua bindings to libhydrogen

Awesome Lists containing this project

README

          

# lua-hydrogen

Lua bindings to [libhydrogen](https://github.com/jedisct1/libhydrogen/), a lightweight, secure, easy-to-use crypto library suitable for constrained environments.

## Documentation

None is available yet. See [test.lua](test.lua) for usage.

## Status

- Experimental project for the [ȱ prototype](https://github.com/xn-nma/prototype)

# Development

## Getting started

- Clone the repo:
```
$ git clone --recurse-submodules https://github.com/daurnimator/lua-hydrogen.git
$ cd lua-hydrogen
```

- Build your local copy:
```
$ make
```

- Run tests
```
$ lua test.lua
```