Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
GFMulHelper< I, N, L, F, K > Struct Template Reference

Helper class for carryless multiplications. More...

#include <int_utils.h>

Static Public Member Functions

static constexpr I Run (const I &a, const I &b)

Detailed Description

template<typename I, int N, typename L, typename F, int K>
struct GFMulHelper< I, N, L, F, K >

Helper class for carryless multiplications.

Definition at line 244 of file int_utils.h.

Member Function Documentation

◆ Run()

template<typename I, int N, typename L, typename F, int K>
constexpr I GFMulHelper< I, N, L, F, K >::Run ( const I & a,
const I & b )
inlinestaticconstexpr

Definition at line 246 of file int_utils.h.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following file: