saiedhk / GaloisCPP

GaloisCPP: C++ Library for General Galois Field Arithmetic
MIT License
16 stars 3 forks source link

GFexponentiate was not declared #2

Open andr1972 opened 1 year ago

andr1972 commented 1 year ago

When I type 'make' are errors: test_gfelement.cpp: In function ‘int main()’: test_gfelement.cpp:456:14: error: ‘GFexponentiate’ was not declared in this scope 456 | E = GFexponentiate(A,2);