@@ -25,11 +25,11 @@ */ @interface OFRIPEMD160Hash: OFObject { uint32_t _state[5]; uint64_t _bits; - union { + union of_ripemd_160_hash_buffer { uint8_t bytes[64]; uint32_t words[16]; } _buffer; size_t _bufferLength; bool _calculated;