Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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