diff --git a/_cryptography_8h_source.html b/_cryptography_8h_source.html
index 24411330..f5ef9719 100644
--- a/_cryptography_8h_source.html
+++ b/_cryptography_8h_source.html
@@ -201,17 +201,17 @@ $(document).ready(function(){initNavTree('_cryptography_8h_source.html',''); ini
155 void subWord(uint8_t* word);
156 void rotWord(uint8_t* word);
- 158 void addRoundKey(uint8_t round, state_t* state,
const uint8_t* roundKey);
-
- 160 void blockXor(uint8_t* dst,
const uint8_t* a,
const uint8_t* b);
- 161 void blockLeftshift(uint8_t* dst,
const uint8_t* src);
- 162 void generateSubkeys(uint8_t* key1, uint8_t* key2);
-
- 164 void subBytes(state_t* state,
const uint8_t* box);
- 165 void shiftRows(state_t* state,
bool inv);
- 166 void mixColumns(state_t* state,
bool inv);
-
- 168 uint8_t mul(uint8_t a, uint8_t b);
+ 158 void blockXor(uint8_t* dst,
const uint8_t* a,
const uint8_t* b);
+ 159 void blockLeftshift(uint8_t* dst,
const uint8_t* src);
+ 160 void generateSubkeys(uint8_t* key1, uint8_t* key2);
+
+ 162 void subBytes(state_t* state,
const uint8_t* box);
+ 163 void shiftRows(state_t* state,
bool inv);
+ 164 void mixColumns(state_t* state,
bool inv);
+
+
+ 167 uint8_t mul(uint8_t a, uint8_t b);
+ 168 void addRoundKey(uint8_t round, state_t* state,
const uint8_t* roundKey);