Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redthing1/sol
a tiny crypto library based on tweetnacl
https://github.com/redthing1/sol
Last synced: 5 days ago
JSON representation
a tiny crypto library based on tweetnacl
- Host: GitHub
- URL: https://github.com/redthing1/sol
- Owner: redthing1
- Created: 2023-08-27T07:18:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T19:36:08.000Z (about 1 year ago)
- Last Synced: 2024-11-08T08:27:14.784Z (about 2 months ago)
- Language: C
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sol
a tiny crypto library based on tweetnacl
## build
```bash
cd src
meson setup build
ninja -C build
```this will build the library and the demo program.
## acknowledgements
this repository is heavily built on the following work:
+ [tweetnacl](https://tweetnacl.cr.yp.to/) minimalistic crypto library
+ [randombytes](https://github.com/dsprenkels/randombytes/tree/master) cross-platform randombytes implementation