struct Poco::MD5Engine::Context

struct Context
{
    // fields

    UInt32 state[4];
    UInt32 count[2];
    unsigned char buffer[64];
};