google / safeside

Understand and mitigate software-observable side-channels
BSD 3-Clause "New" or "Revised" License
498 stars 54 forks source link

Move code out of the global namespace #7

Open ssbr opened 5 years ago

ssbr commented 5 years ago

Classes like ::CacheSideChannel should be moved to ::safeside::CacheSideChannel, and nothing except main should be in the global namespace.

See https://google.github.io/styleguide/cppguide.html#Namespaces