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
- Host: GitHub
- URL: https://github.com/past-due/embeddedjsonsignature
- Owner: past-due
- License: mit
- Created: 2020-04-26T15:43:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T18:38:53.000Z (over 1 year ago)
- Last Synced: 2025-06-03T11:52:45.879Z (about 1 year ago)
- Topics: c-plus-plus, cmake, digital-signature, json
- Language: C++
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.