Marius Durbaca
Marius Durbaca
there is already some work done by https://zsunwifi.wordpress.com/u-boot/ but it's 256kb like carambola2 not 64kb as we need
> I happened to come back to this and decided to try to analyze it a little more in-depth myself. I'm not really a Python programmer, but I'm pretty experienced...
I've tried to add also the hardware accelerated implementations: CONFIG_CRYPTO_NHPOLY1305_NEON CONFIG_CRYPTO_NHPOLY1305_SSE2 CONFIG_CRYPTO_NHPOLY1305_AVX2 but at least on my test x64 VMs I got a strange module loading error - I'll test...
it seems CI failed for malta/be with: ``` Package kmod-crypto-nhpoly1305 is missing dependencies for the following libraries: libpoly1305.ko make[2]: *** [modules/crypto.mk:847: /__w/openwrt/openwrt/openwrt/bin/targets/malta/be/packages/kmod-crypto-nhpoly1305_6.1.82-r1_mips_24kc.ipk] Error 1 time: package/kernel/linux/compile#9.11#3.11#10.[39](https://github.com/openwrt/openwrt/actions/runs/8509299365/job/23323749530?pr=15040#step:32:40) Error: Process completed with...
> Is it really supposed to be: ` FILES:=$(LINUX_DIR)/crypto/nhpoly1305.ko`? no idea - it's the first time I'm opening a PR for crypto modules - do you have suggestion ?
no arch dependent modules (like neon or sse2) yet so no need for this
successful boot test on Radxa e25 👍