Expectations: - OSSL_FN functions for more arithmetic operations: mod, nnmod, mod_add, mod_sub, mod_mul, mod_sqr, mod_sqrt, exp, mod_exp, gcd - Modify the corresponding BN functions to wrap around those OSSL_FN functions - Additional tests added in `test/fn_test.c`