wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.23k stars 799 forks source link

20240605-rename-fe_x25519_128 #7621

Closed douzzer closed 1 month ago

douzzer commented 1 month ago

rename wolfcrypt/src/fe_x25519_128.i to wolfcrypt/src/fe_x25519_128.h to avoid appearance as a cleanable intermediate.

tested with wolfssl-multi-test.sh ... super-quick-check

audited with

find . -type f -print0 | xargs -0 fgrep -l 'fe_x25519_128.i'
SparkiDev commented 1 month ago

retest this please