Skip to content

Conversation

@digitalrbnz
Copy link
Contributor

Ammended the sign and verify functions to support PSS algorithm variations. Resolving a bug causing invalid signature response due to incorrect byte size used during sign process. Support now added for PS256/384/512 and corresponding byte size.

#58

Credit to user613 for identifing the issue.

@jonasroussel
Copy link
Owner

Nice one! I've just read your conversation on the issue and indeed I forgot this speficiation when I implemented the PSS.

LGTM but can you modify the tests to take this change?

@digitalrbnz
Copy link
Contributor Author

Nice one! I've just read your conversation on the issue and indeed I forgot this speficiation when I implemented the PSS.

LGTM but can you modify the tests to take this change?

No problem. Will update the tests asap.

@jonasroussel jonasroussel merged commit b3aebe5 into jonasroussel:main Jan 20, 2025
2 checks passed
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