File: pbrent63.h

package info (click to toggle)
libmath-prime-util-gmp-perl 0.52-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,504 kB
  • sloc: ansic: 16,770; perl: 4,530; sh: 162; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#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