@@ -27,8 +27,8 @@ uint32_t _bits[2]; union { uint8_t u8[64]; uint32_t u32[16]; } _in; - BOOL _calculated; + bool _calculated; } @end