trombik / esp_wireguard

WireGuard Implementation for ESP-IDF.
Other
193 stars 34 forks source link

remove -Wno-error=stringop-overread from build flags #23

Open trombik opened 2 years ago

trombik commented 2 years ago

see https://github.com/trombik/esp_wireguard/commit/e1fa8d28ce3cedd67df2bbb230d438d79e599911

trombik commented 2 years ago

libhydrogen based: https://github.com/rjjrbatarao/ESP_WIREGUARD/blob/main/ESP_WIREGUARD2/x25519.h (ref: https://github.com/smartalock/wireguard-lwip/issues/2) turned out it's just a port of the current implementation.

NaCL: https://nacl.cr.yp.to/scalarmult.html

sodium: components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h (removed from esp-idf 5.x)

trombik commented 2 years ago

blocked by #33