MCPcopy 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

56namespace {
57
58enum class FieldImpl {
59 GENERIC = 0,
60#ifdef HAVE_CLMUL
61 CLMUL,
62 CLMUL_TRI,
63#endif
64};
65
66#ifdef HAVE_CLMUL
67static inline bool EnableClmul()

Callers 1

ConstructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected