Sfoglia il codice sorgente

Pollard's attack header.

Michele Orrù 11 anni fa
parent
commit
6769e7afc6
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      src/questions/qpollard.h

+ 6 - 0
src/questions/qpollard.h

@@ -0,0 +1,6 @@
+#ifndef _QA_POLLARD_H_
+#define _QA_POLLARD_H_
+
+extern struct qa_question PollardQuestion;
+
+#endif /* _QA_POLLARD_H_ */