Skip to content

Conversation

@jedisct1
Copy link

Change summary

The hardcoded Ed25519 key is a public key used to verify signatures on client keys returned by the API, not to sign anything.

Rename the variable from signingKey to verificationKey to remove ambiguity, and update the comments to accurately reflect its purpose.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

User Impact

None.

Are there any considerations that need to be addressed for release?

@jedisct1 jedisct1 requested a review from a team as a code owner January 26, 2026 23:55
@jedisct1 jedisct1 requested a review from rcaril January 26, 2026 23:55
@jedisct1 jedisct1 added the Skip-Changelog do not add a changelog entry for this change label Jan 28, 2026
The hardcoded Ed25519 key is a public key used to verify signatures
on client keys returned by the API, not to sign anything.

Rename the variable from `signingKey` to `verificationKey` to remove
ambiguity, and update the comments to accurately reflect its purpose.
Copy link
Contributor

@rcaril rcaril left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Skip-Changelog do not add a changelog entry for this change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants