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
- Host: GitHub
- URL: https://github.com/samth/racl
- Owner: samth
- Created: 2015-05-16T01:50:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T01:50:36.000Z (about 11 years ago)
- Last Synced: 2026-03-01T22:52:33.784Z (4 months ago)
- Language: Racket
- Homepage: http://nacl.cr.yp.to/
- Size: 681 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).