Author :
tb
Date :
2025-01-06 12:35:27
Hash :abfe84ec Message :Shuffle functions into a more sensible order
BN_reciprocal() is only called by BN_div_recp() which in turn is only
called by BN_mod_mul_reciprocal(). So use this order and make the first
two static.