Skip to content

ml-dsa: factor from_seed method onto SigningKey#1341

Merged
tarcieri merged 1 commit into
masterfrom
ml-dsa/signing-key-from-seed
May 8, 2026
Merged

ml-dsa: factor from_seed method onto SigningKey#1341
tarcieri merged 1 commit into
masterfrom
ml-dsa/signing-key-from-seed

Conversation

@tarcieri
Copy link
Copy Markdown
Member

@tarcieri tarcieri commented May 8, 2026

Extracts a SigningKey::from_seed that was previously defined on MlDsaParams via a trait impl.

This changes it to an inherent method, and has the trait method call the inherent method.

This makes it possible to restrict the visibility of SigningKey fields, addressing a TODO.

Extracts a `SigningKey::from_seed` that was previously defined on
`MlDsaParams` via a trait impl.

This changes it to an inherent method, and has the trait method call the
inherent method.

This makes it possible to restrict the visibility of `SigningKey`
fields, addressing a TODO.
@tarcieri tarcieri force-pushed the ml-dsa/signing-key-from-seed branch from 27db609 to ff2c05d Compare May 8, 2026 16:07
@tarcieri tarcieri merged commit 20b0095 into master May 8, 2026
9 checks passed
@tarcieri tarcieri deleted the ml-dsa/signing-key-from-seed branch May 8, 2026 16:12
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.

1 participant