File: simpqs.h

package info (click to toggle)
libmath-prime-util-gmp-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,024 kB
  • ctags: 696
  • sloc: ansic: 10,302; perl: 2,855; sh: 158; makefile: 2
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