Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ SHA3
Method
SHA3
src/sha3.cpp:16–21 ·
view source on GitHub ↗
same as reset()
Source
from the content-addressed store, hash-verified
14
15
/// same as reset()
16
SHA3::SHA3(Bits bits)
17
: m_blockSize(200 - 2 * (bits / 8)),
18
m_bits(bits)
19
{
20
reset();
21
}
22
23
24
/// restart
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected