File: squfof126.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 (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef MPU_SQUFOF126_H
#define MPU_SQUFOF126_H

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

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

#endif