Hacker News new | ask | show | jobs
by jurschreuder 844 days ago
You should not use these enums with ints++ in security sensitive applications, because they're sensitive to rowhammer attacks.

Use uint64s with minimal bit overlap.

Maybe nice to include in this ultra-advanced enum libray