Skip to content

Commit

Permalink
ADD THIS, DELETED 7 TIMES THANKS TO .gitignore .c
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Jul 30, 2009
1 parent d09f851 commit aec49f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions contrib/libtest.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

#include <string.h>
#include <pbc/pbc.h>

char *test = "type a\nq 8780710799663312522437781984754049815806883199414208211028653399266475630880222957078625179422662221423155858769582317459277713367317481324925129998224791\nh 12016012264891146079388821366740534204802954401251311822919615131047207289359704531102844802183906537786776\nr 730750818665451621361119245571504901405976559617\nexp2 159\nexp1 107\nsign1 1\nsign0 1\n"

int main() {
pairing_t pairing;
pairing_init_set_buf(pairing, test, strlen(test));

return 0;
}

0 comments on commit aec49f4

Please sign in to comment.