From 8eb24cbfcface9379d7f3549c338708ab8232822 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Tue, 9 Feb 2016 20:12:49 +0100 Subject: Import mrtdreader_0.1.6.orig.tar.gz [dgit import orig mrtdreader_0.1.6.orig.tar.gz] --- test/test1.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 test/test1.c (limited to 'test/test1.c') diff --git a/test/test1.c b/test/test1.c new file mode 100644 index 0000000..d1518fd --- /dev/null +++ b/test/test1.c @@ -0,0 +1,79 @@ +#include +#include +#include +#include +#include "../src/crypto.h" +#include "../src/bachelper.h" + +void printhex(char *description, uint8_t *input, int length) +{ + int i; + printf("%s: ",description); + for(i=0;i