djbdnscurve6  38
djbdnscurve6
roots.h
Go to the documentation of this file.
1 #ifndef ROOTS_H
2 #define ROOTS_H
3 
4 extern int roots(char *,char *);
5 extern int roots_same(char *,char *);
6 extern int roots_init(void);
7 
8 #endif
int roots_init(void)
Definition: roots.c:123
int roots(char *, char *)
int roots_same(char *, char *)
Definition: roots.c:55