Skip to content

UpdateV14 #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 9, 2025
Merged

UpdateV14 #116

merged 13 commits into from
Aug 9, 2025

Conversation

Guiliano99
Copy link
Contributor

@Guiliano99 Guiliano99 commented Jul 22, 2025

What’s Changed

  • Repository version bumped to v14.
  • KEM wrapper changed to support seed‑based key generation.
  • Signature wrapper updated to support the new ctx flag.
  • Exception messages shows, for STFL, the enabled or supported algs.

What’s Added

  • StatefulSignature wrapper (initial implementation).

Notes

  • Full stateful‑signature support is currently limited to XMSS and XMSS‑MT.
  • LMS supports verification and key‑pair generation only.
    Signing is disabled until the store‑callback hook is implemented; once that’s in place, LMS algorithms will be able to sign messages as well.

Addresses

- Added STFL flags.
- Allow to test with pre-released version.

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Only for STFL algs.

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Added key generation from seed.

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Added new function to check if the algorithm supports signing with context.
- Added new flag and changed falg types to ct._c_bool.

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Added new wrapper.
- Added supported and enabled check funs.

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Added example with seed.

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Added a simple XMSS example.

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Added same test as for SIG (without ctx).

Signed-off-by: Guiliano <guilianolehmann@live.de>
- Use tomli or tomllib to get the version.

Signed-off-by: Guiliano <guilianolehmann@live.de>
Signed-off-by: Guiliano <guilianolehmann@live.de>
Signed-off-by: Guiliano <guilianolehmann@live.de>
Signed-off-by: Guiliano <guilianolehmann@live.de>
Signed-off-by: Guiliano <guilianolehmann@live.de>
@Guiliano99 Guiliano99 marked this pull request as ready for review July 22, 2025 14:16
@Guiliano99 Guiliano99 changed the title Updatev14 UpdateV14 Jul 22, 2025
@vsoftco vsoftco self-requested a review July 29, 2025 18:36
@vsoftco vsoftco merged commit a663807 into open-quantum-safe:main Aug 9, 2025
4 of 8 checks passed
@vsoftco vsoftco mentioned this pull request Aug 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants