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

#include <gmp.h>

extern int  _GMP_simpqs(mpz_t n, mpz_t* farray);

#endif