Skip to content
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

Clean up signing algorithms #79

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Clean up signing algorithms #79

wants to merge 2 commits into from

Conversation

robin-nitrokey
Copy link
Member

This PR removes dead code referencing the non-standard TOTP signing algorithm and reduces code duplication for key generation and signing operations.

This patch moves the key generation and signing logic into the
SigningAlgorithm enum, removing some duplicated code from the ctap2 and
ctap2::credential_management modules.
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.

3 participants