esp_wireguard icon indicating copy to clipboard operation
esp_wireguard copied to clipboard

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

Open trombik opened this issue 3 years ago • 2 comments

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

trombik avatar Jun 17 '22 05:06 trombik

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 avatar Aug 27 '22 13:08 trombik

blocked by #33

trombik avatar Aug 27 '22 14:08 trombik