Skip to content
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

Explicitly specify hash in client applications #1255

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

bestbeforetoday
Copy link
Member

For some signing implementations, such as ed25519, a non-default hash implementation must be specified when creating the Gateway connection in client applications. Rather than relying on the default hash algorithm, it is probably good practice in general to specify an algorithm that is compatible with your signing implementation.

This change explicitly specifies the hash algorithm to raise visibility of the option to select the hash algorithm.

For some signing implementations, such as ed25519, a non-default hash
implementation must be specified when creating the Gateway connection in
client applications. Rather than relying on the default hash algorithm,
it is probably good practice in general to specify an algorithm that is
compatible with your signing implementation.

This change explicitly specifies the hash algorithm to raise visibility
of the option to select the hash algorithm.

Signed-off-by: Mark S. Lewis <[email protected]>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review October 7, 2024 15:35
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner October 7, 2024 15:35
@denyeart denyeart merged commit b931df3 into hyperledger:main Oct 7, 2024
38 checks passed
@bestbeforetoday bestbeforetoday deleted the specify-hash branch October 7, 2024 20:33
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