pq-crystals / dilithium

Other
374 stars 136 forks source link

Typing fixes for compiling on GCC 11.1 #53

Closed bhess closed 2 years ago

bhess commented 2 years ago

This PR enables compiling with newer gcc versions. Building with GCC 11.1 currently fails because of stricter type checking.

Fixes #49. Also necessary to address https://github.com/open-quantum-safe/liboqs/issues/1035.