The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef MPU_PBRENT63_H
#define MPU_PBRENT63_H

#include <gmp.h>
#include "ptypes.h"

extern int pbrent63(mpz_t n, mpz_t f, UV rounds);

extern int uvpbrent63(UV n, UV *factors, UV rounds, UV a);

#endif