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?

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.
@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
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