MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetWord32

Method GetWord32

src/cryptopp/cryptlib.cpp:767–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767size_t BufferedTransformation::GetWord32(word32 &value, ByteOrder order)
768{
769 return (size_t)Skip(PeekWord32(value, order));
770}
771
772void BufferedTransformation::Attach(BufferedTransformation *newOut)
773{

Callers 2

ProcessInputQueuesMethod · 0.80
ProcessPoststreamTailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected