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

Method PutWord32

src/cryptopp/cryptlib.cpp:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719size_t BufferedTransformation::PutWord32(word32 value, ByteOrder order, bool blocking)
720{
721 return ChannelPutWord32(DEFAULT_CHANNEL, value, order, blocking);
722}
723
724// Issue 340
725#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE

Callers 4

P1363_MGF1KDF2_CommonFunction · 0.80
ProcessInputQueuesMethod · 0.80
WritePrestreamHeaderMethod · 0.80
WritePoststreamTailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected