Exemple #1
0
// TODO: Custom implementation?
inline int JacobiSymbol( const BigInt& m, const BigInt& n )
{
    return mpz_jacobi( m.LockedPointer(), n.LockedPointer() );
}