Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
public:
209
#if defined(CRYPTOPP_NATIVE_DWORD_AVAILABLE)
210
DWord() : m_whole() { }
211
#else
212
DWord() : m_halfs() { }
213
#endif
Callers
1
integer.cpp
File · 0.85
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected