Update xmss.c

This commit is contained in:
Zhi Guan
2026-01-06 21:58:24 +08:00
parent 38451da6a8
commit bd80a3d628

View File

@@ -371,7 +371,7 @@ void wots_sign(const wots_key_t sk,
const hash256_t seed, const xmss_adrs_t ots_adrs, const hash256_t seed, const xmss_adrs_t ots_adrs,
const hash256_t dgst, wots_key_t sig) const hash256_t dgst, wots_key_t sig)
{ {
hash256_t adrs; xmss_adrs_t adrs;
const int start = 0; const int start = 0;
int steps[WOTS_NUM_CHAINS]; int steps[WOTS_NUM_CHAINS];
int chain; int chain;