Searched refs:log_w (Results 1 – 2 of 2) sorted by relevance
42 params->log_w = wots_log2(params->w); in wots_set_params()43 params->len_1 = (CHAR_BIT * n) / params->log_w; in wots_set_params()44 params->len_2 = (wots_log2(params->len_1 * (w - 1)) / params->log_w) + 1; in wots_set_params()102 bits -= params->log_w; in base_w()134 csum = csum << (8 - ((params->len_2 * params->log_w) % 8)); in wots_sign()136 int len_2_bytes = ((params->len_2 * params->log_w) + 7) / 8; in wots_sign()172 csum = csum << (8 - ((params->len_2 * params->log_w) % 8)); in wots_pkFromSig()174 int len_2_bytes = ((params->len_2 * params->log_w) + 7) / 8; in wots_pkFromSig()
28 uint32_t log_w; member