Ondřej Surý on Nostr: > Date: 2024-02-29 11:09:06 +0100 > > First commit ... > - **C version**: All code ...
> Date: 2024-02-29 11:09:06 +0100
>
> First commit
...
> - **C version**: All code must compile cleanly as *C99*, without
> emitting any warnings, using recent versions of GCC and clang.
Why? Why? Whyyyyyyyy? C11[*] would make your code much much better, cleaner and also more secure. Especially in crypto library.
* - C17 really, but that scares people…
>
> First commit
...
> - **C version**: All code must compile cleanly as *C99*, without
> emitting any warnings, using recent versions of GCC and clang.
Why? Why? Whyyyyyyyy? C11[*] would make your code much much better, cleaner and also more secure. Especially in crypto library.
* - C17 really, but that scares people…