Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin-ger/esp_nacl
NaCl crypto lib for the ESP8266
https://github.com/martin-ger/esp_nacl
crypto esp8266 security
Last synced: 25 days ago
JSON representation
NaCl crypto lib for the ESP8266
- Host: GitHub
- URL: https://github.com/martin-ger/esp_nacl
- Owner: martin-ger
- Created: 2017-10-12T19:32:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T19:42:07.000Z (over 7 years ago)
- Last Synced: 2024-11-15T16:20:29.286Z (3 months ago)
- Topics: crypto, esp8266, security
- Language: C
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp_nacl
NaCl crypto lib for the ESP8266Starting point for user crypto on the ESP8266. Uses the minimal TweetNaCl implementation from https://tweetnacl.cr.yp.to/ and ports it to the esp-open-sdk environment. Adds a "randombytes()" implementation and the ICACHE_FLASH_ATTR attributes.
For documentation of the API see: https://nacl.cr.yp.to/
## Usage
Simply drop the two files into your project and use the API functions.