Hi,
I have configured and built kodo and wanted to use fifi::math operations (such as math.multiply) in kodo.
So I have added this to my code:
auto math = fifi::math(fifi::finite_field::binary8);
But the compiling process ends with the following error: ( I've also attached the full version of error)
error: ‘math’ is not a member of ‘fifi’.
I'm trying to use mathematical operations over finite fields in KODO and I would appreciate any suggestions/help.
PS
I'm using Ubuntu 20 and kodo-rlnc repository.
Thank you in advance.