I installed kmod-crypto-lib-curve25519 package as a dependency of wireguard-tools.
When I list the files of this package on a cortex a53 openwrt-24.10 installation:
# opkg files kmod-crypto-lib-curve25519
...
/lib/modules/6.6.93/libcurve25519-generic.ko
I would expect to see in the output the accelerated NEON curve25519 module curve25519-neon.ko . Why the generic implementation is installed instead?