struct Poco::SHA1Engine::Context

struct Context
{
    // fields

    UInt32 digest[5];
    UInt32 countLo;
    UInt32 countHi;
    UInt32 data[16];
    UInt32 slop;
};