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

https://github.com/samth/racl

Racket bindings for nacl.cr.yp.to
https://github.com/samth/racl

Last synced: 3 months ago
JSON representation

Racket bindings for nacl.cr.yp.to

Awesome Lists containing this project

README

          

# Racl, Racket bindings for NaCl

A set of Racket bindings for [NaCl](http://nacl.cr.yp.to/), a cryptographic library.

## License

Racl is written by Tony Garnock-Jones and
is licensed under the [AGPL
3.0](http://www.gnu.org/licenses/agpl-3.0.html).

Racl relies on NaCl itself, which is public domain code by Daniel J.
Bernstein and others.

Racl's build process (the file `racl/private/install.rkt`) is derived
from the `import.py` script by Brian Warner, which comes from
[PyNaCl](https://github.com/warner/pynacl) and is licensed under
[version 2.0 of the Apache
license](http://www.apache.org/licenses/LICENSE-2.0.html).