Use RSA key blinding to protect against timing attacks.
[paraslash.git] / hash.h
diff --git a/hash.h b/hash.h
index 03b45e04db71965dd70dfce56eafce6ad83f163e..8a14e3a763529a6a47c6479dea828b15ee8e594e 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,13 +1,11 @@
 /*
 /*
- * Copyright (C) 2007-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file hash.h Inline functions for hash values. */
 
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file hash.h Inline functions for hash values. */
 
-#include "portable_io.h"
-
 /** hash arrays are always unsigned char. */
 #define HASH_TYPE unsigned char
 
 /** hash arrays are always unsigned char. */
 #define HASH_TYPE unsigned char