fips202x2.c not functional on A7
Opened this issue · 0 comments
mkannwischer commented
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.c
from mk/crypto.mk. We'll need a more clean way to distinguish between platforms.