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
- Host: GitHub
- URL: https://github.com/daurnimator/lua-hydrogen
- Owner: daurnimator
- Created: 2019-02-03T12:50:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T12:51:38.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T17:45:20.347Z (10 months ago)
- Topics: crypto, libhydrogen, lua
- Language: C
- Size: 2.93 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```