Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Mul
Method
Mul
src/minisketch/src/fields/generic_common_impl.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
};
36
37
Elem Mul(Elem a, Elem b) const { return GFMul<I, B, L, O>(a, b); }
38
39
/** Compute the square of a. */
40
inline constexpr Elem Sqr(Elem a) const { return SQR->template Map<O>(a); }
Callers
2
RecFindRoots
Function · 0.45
BerlekampMassey
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected