fw: Tie together all parts for an end-to-end demo

This commit is contained in:
jaseg 2020-05-05 17:50:09 +02:00
parent 9918eb5053
commit db50711ba4
13 changed files with 234 additions and 45 deletions

View file

@ -26,7 +26,7 @@ void debug_hexdump(const char *name, const uint8_t *buf, size_t len) {
DEBUG_PRINTN("\n");
}
/* Returns 1 for correct trigger */
/* Returns trigger sig height for correct trigger */
int verify_trigger_dom(const uint8_t inkey[PRESIG_MSG_LEN],
const char *domain_string, const uint8_t refkey[PRESIG_MSG_LEN]) {
uint8_t key[crypto_auth_hmacsha512_KEYBYTES];