Humungous refactor

This commit is contained in:
Jack Andersen
2016-03-04 13:04:30 -10:00
parent 7320b76ff4
commit 556a5868bb
28 changed files with 191 additions and 192 deletions

View File

@@ -1,4 +1,4 @@
#include "NOD/aes.hpp"
#include "nod/aes.hpp"
#include <stdio.h>
#include <string.h>
@@ -8,7 +8,7 @@
#include <cpuid.h>
#endif
namespace NOD
namespace nod
{
/* rotates x one bit to the left */