#ifndef MPU_SQUFOF126_H
#define MPU_SQUFOF126_H

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

extern int squfof126(const mpz_t n, mpz_t f, UV rounds);

#endif