mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-09-21 21:03:40 +08:00
Update xmss.c
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user