Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ ProcessBuf
Method
ProcessBuf
src/cryptopp/cbcmac.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void CBC_MAC_Base::ProcessBuf()
55
{
56
AccessCipher().ProcessBlock(m_reg);
57
m_counter = 0;
58
}
59
60
NAMESPACE_END
61
Callers
nothing calls this directly
Calls
1
ProcessBlock
Method · 0.80
Tested by
no test coverage detected