MCPcopy 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
54void CBC_MAC_Base::ProcessBuf()
55{
56 AccessCipher().ProcessBlock(m_reg);
57 m_counter = 0;
58}
59
60NAMESPACE_END
61

Callers

nothing calls this directly

Calls 1

ProcessBlockMethod · 0.80

Tested by

no test coverage detected