Noise-C Library =============== **Note**: This is a port of the [noise-c](https://github.com/rweather/noise-c) library to support 1. the [PlatformIO](https://platformio.org/) and [ESP-IDF](https://github.com/espressif/esp-idf) build systems and 2. ESP8266/ESP32 targets. Noise-C is a plain C implementation of the [Noise Protocol](http://noiseprotocol.org), intended as a reference implementation. It can also be referred to as "Noisy", which is what you get when you say "Noise-C" too fast. The code is distributed under the terms of the MIT license. The [documentation](http://rweather.github.io/noise-c/index.html) contains more information on the library, examples, and how to build it. For more information on this library, to report bugs, to contribute, or to suggest improvements, please contact the author Rhys Weatherley via [email](mailto:rhys.weatherley@gmail.com).
a1e08809a1b8f65cd91765ba7d68a6d00648ad61
idf.py add-dependency "esphome/noise-c^0.1.13"