Searched defs:SPX_FORS_MSG_BYTES (Results 1 – 4 of 4) sorted by relevance
62 void spx_fors_sign(uint8_t *fors_sig, const uint8_t message[SPX_FORS_MSG_BYTES], in spx_fors_sign()88 const uint8_t message[SPX_FORS_MSG_BYTES], in spx_fors_pk_from_sig()
60 #define SPX_FORS_MSG_BYTES ((SPX_FORS_HEIGHT * SPX_FORS_TREES + 7) / 8) macro