Skip to content

Commit af3bbca

Browse files
committed
Update xmss.c
1 parent 242365b commit af3bbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xmss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void adrs_set_key_and_mask(uint8_t adrs[32], uint32_t key_and_mask) {
159159
PUTU32(adrs + 4*7, key_and_mask);
160160
}
161161

162-
int xmss_adrs_print(FILE *fp, int fmt, int ind, const char *label, const hash256_t adrs)
162+
int xmss_adrs_print(FILE *fp, int fmt, int ind, const char *label, const xmss_adrs_t adrs)
163163
{
164164
uint32_t layer_address;
165165
uint64_t tree_address;

0 commit comments

Comments
 (0)