Skip to content

Post-Quantum Cryptography#70

Open
KyleKotowick wants to merge 7 commits intotrussed-dev:mainfrom
sandbox-quantum:feat/pqc
Open

Post-Quantum Cryptography#70
KyleKotowick wants to merge 7 commits intotrussed-dev:mainfrom
sandbox-quantum:feat/pqc

Conversation

@KyleKotowick
Copy link

Add ML-DSA algorithms.

Recreate of #65 after changing the source branch name.

Comment on lines +35 to +37
pub const MAX_CREDENTIAL_ID_LENGTH: usize = 7523 + 57 + 30 + 37;
pub const AUTHENTICATOR_DATA_LENGTH: usize = MAX_CREDENTIAL_ID_LENGTH + 2031; // TODO: this will have to be larger
pub const ASN1_SIGNATURE_LENGTH: usize = 4627;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment that explains how the values are calculated. Is the TODO comment still applicable?

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