/* * Copyright (C) 2014 Tobias Markmann * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ #define TEST_RELIC_SHOW_OUTPUT (0) /**< set if encoded/decoded string is displayed */ #if (TEST_RELIC_SHOW_OUTPUT == 1) #include #endif #include #include #include "relic.h" #include "embUnit.h" void print_mem(void *mem, int len) { int i; unsigned char *p = (unsigned char *)mem; for (i=0;i