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

Function DWord

src/cryptopp/integer.cpp:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208public:
209#if defined(CRYPTOPP_NATIVE_DWORD_AVAILABLE)
210 DWord() : m_whole() { }
211#else
212 DWord() : m_halfs() { }
213#endif

Callers 1

integer.cppFile · 0.85

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected