.. index:: pair: struct; EE::System::MD5::Context .. _doxid-struct_e_e_1_1_system_1_1_m_d5_1_1_context: struct EE::System::MD5::Context =============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Context { // fields :ref:`Uint32` :target:`lo`; :ref:`Uint32` :target:`hi`; :ref:`Uint32` :target:`a`; :ref:`Uint32` :target:`b`; :ref:`Uint32` :target:`c`; :ref:`Uint32` :target:`d`; unsigned char :target:`buffer`[64]; :ref:`Uint32` :target:`block`[16]; };