Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ FieldImpl
Enum
FieldImpl
src/minisketch/src/minisketch.cpp:58–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
namespace {
57
58
enum class FieldImpl {
59
GENERIC = 0,
60
#ifdef HAVE_CLMUL
61
CLMUL,
62
CLMUL_TRI,
63
#endif
64
};
65
66
#ifdef HAVE_CLMUL
67
static inline bool EnableClmul()
Callers
1
Construct
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected