Lightweight cryptographic and random number generation utils for Janet. Based on libhydrogen.
Bindings for most of the libhydrogen API are available so far, with the exception of the key sharing API.
(use jhydro)
(print (random/u32))
(pp (random/buf 1024))
(def buf @"")
(for i 0 10
(random/buf buf 64))
Documentation can be built with Mendoza.
First, install the latest verion of mendoza, and then run mdz && mdz serve
from the jhydro repository directory. You can then navigate to
http://localhost:8000
to see the documentation.
jpm build
To build the library.
jpm test
This module is licensed under the MIT/X11 License.