smartalock / wireguard-lwip

WireGuard Implementation for lwIP
Other
192 stars 29 forks source link

Added #if around definitions of x25519 macros for selection of Cortex-M0 versions. #3

Open bwindrim opened 1 year ago

bwindrim commented 1 year ago

Allows selection of the Cortex assembly implementation in a project without the need to edit crypto.h itself. This should make it easier to incorporate wireguard-lwip into a larger SDK, as a submodule.

This is my first GitHub pull request, so please forgive (or correct) any errors of form or etiquette.