#include #include #include #include #include #include #include "crypto.h" #include "simulation.h" void debug_hexdump(const char *name, const uint8_t *buf, size_t len); int verify_trigger_dom(const uint8_t inkey[PRESIG_MSG_LEN], const char *domain_string, const uint8_t refkey[PRESIG_MSG_LEN]); void debug_hexdump(const char *name, const uint8_t *buf, size_t len) { DEBUG_PRINTN("%20s: ", name); for (size_t i=0; i