File: aks.h

package info (click to toggle)
libmath-prime-util-gmp-perl 0.41-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,232 kB
  • ctags: 821
  • sloc: ansic: 13,320; perl: 3,471; sh: 159; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#ifndef MPU_GMPAKS_H
#define MPU_GMPAKS_H

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

extern int  is_aks_prime(mpz_t n);

#endif