std::hash::sha256

Sha256

struct Sha256
{
    uint[8] state;
    ulong bitcount;
    char[BLOCK_SIZE] buffer;
}

Members

Methods