You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WOTS+C, FORS+C, XMSS, and UXMMS cpp files, there is usage of sha256_add_to_ctx on the truncated message (sha256_add_to_ctx(ctx, message,N)), rather than hashing the whole message, and then truncating it (sha256_add_to_ctx(ctx, message, mlen)).