Skip to content

Truncation bug in the WOTS+C, FORS+C, XMMS and UXMMS implementations #3

@CuriousVi17

Description

@CuriousVi17

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)).

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions