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

https://github.com/past-due/embeddedjsonsignature


https://github.com/past-due/embeddedjsonsignature

c-plus-plus cmake digital-signature json

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# EmbeddedJSONSignature

Implement a simple embedded JSON signature algorithm.

## Requirements:
- C++11 support
- [libsodium](https://github.com/jedisct1/libsodium)

See `include/EmbeddedJSONSignature.h` for more details.