Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 18, 2021 11:39 UTC (Thu) by freem (guest, #121851)In reply to: Python cryptography, Rust, and Gentoo by sthibaul
Parent article: Python cryptography, Rust, and Gentoo
>> which #defines can be ORed together
> Sure, at some point there is semantic that C doesn't provide. But that semantic is all the same for all Posix platforms...
Is it C which does not, or is it the source code?
In many places, I see long lists of #defines which are only powers of 2. I never understood why they don't use bitfields which, if I am not wrong, are in C since at least C89?
