[fips202x2.c](https://github.com/mupq/pqax/blob/main/common/fips202.c) is only functional on `aarch64`, and the current build fails on A7. It should not be included on `aarch32`. A workaround is to delete `common/fips202x2.c` from [mk/crypto.mk](https://github.com/mupq/pqax/blob/main/mk/crypto.mk). We'll need a more clean way to distinguish between platforms.
fips202x2.c is only functional on
aarch64, and the current build fails on A7.It should not be included on
aarch32.A workaround is to delete
common/fips202x2.cfrom mk/crypto.mk. We'll need a more clean way to distinguish between platforms.