-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[vnet] gprc service protos #51215
[vnet] gprc service protos #51215
Conversation
// Hash specifies a cryptographic hash function. | ||
enum Hash { | ||
HASH_UNSPECIFIED = 0; | ||
HASH_NONE = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When is HASH_NONE
used? It might be worth adding a comment about this, I'm not sure (or refer to another place which explains this).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's used for Ed25519 signature which do no pre-hash, added a comment
@nklaassen See the table below for backport results.
|
This PR adds protos for the VNet client application service, to be used for Windows support, based on RFD 195