aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/mult/mult.c
blob: d0f60ae32349171d0e106c7637aa24ca86a7c3d6 (plain) (blame)
1
2
3
4
5
6

#include "mult.h"

#if MULT == MULT_DOUBLE_AND_ADD
#include "double_and_add.c"
#endif