jedisct1 / libaegis

Portable C implementations of the AEGIS family of high-performance authenticated encryption algorithms.
https://datatracker.ietf.org/doc/draft-irtf-cfrg-aegis-aead/
MIT License
60 stars 14 forks source link

fix undefined symbol: __cpuid bug #5

Closed huilinchen98 closed 9 months ago

huilinchen98 commented 9 months ago

I think we need to add include in cpu.c to avoid "undefined symbol: __cpuid" error from cpu.c::139. This should be the as issue as https://github.com/jedisct1/libsodium/issues/491

jedisct1 commented 9 months ago

Thank you!