File: tinyqs.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-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef MPU_COFACTORIZE_H_
#define MPU_COFACTORIZE_H_

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

unsigned int tinyqs(mpz_t n, mpz_t factor);

#endif /* !MPU_COFACTORIZE_H_ */