svost
svost
What about arm aes hardware support? Take look at almost complete implementation https://github.com/CryptoManiac/gravity-sphincs/blob/arm-prerelease/Optimized_Implementation/primitives/aarch64/aes.c
I compiled `make server` on aarch64 instance. Is it possible to get rid of the hardcoded "-maes" flag from cfg.mk.* and other files? I have never edit configure.ac file. Will...
@puppet13th https://www.scaleway.com/pricing/ @basil00 can you add new branch for test purposes?
Yes, scaleway cpu has hw aes support, but arm code for aes complitely different (neon vs x86 intrinsics). So, it would be better if all realisations will be placed in...