From bd80a3d628740dc620090a2a5e07c47b2932a7f8 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Tue, 6 Jan 2026 21:58:24 +0800 Subject: [PATCH] Update xmss.c --- src/xmss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmss.c b/src/xmss.c index 420dbdf9..66dd273b 100644 --- a/src/xmss.c +++ b/src/xmss.c @@ -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 dgst, wots_key_t sig) { - hash256_t adrs; + xmss_adrs_t adrs; const int start = 0; int steps[WOTS_NUM_CHAINS]; int chain;