Bitcoin Core  27.99.0
P2P Digital Currency
Static Public Member Functions | List of all members
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>
static 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 caller graph for this function:

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