Skip to content

pepe/jhydro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jhydro

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

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.

Building

jpm build

To build the library.

Testing

jpm test

License

This module is licensed under the MIT/X11 License.

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Janet 1.5%