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

fix: add hashing api on comms repo (see issue #4393) #4429

Merged

Conversation

jorgeantonio21
Copy link
Contributor

Description
--- Add use of hashing API on repo comms.

Motivation and Context
--- Tackle issue #4393

How Has This Been Tested?
--- Unit tests

@jorgeantonio21 jorgeantonio21 marked this pull request as ready for review August 10, 2022 11:29
@@ -136,9 +138,9 @@ impl IdentitySignature {
features: PeerFeatures,
addresses: I,
updated_at: DateTime<Utc>,
) -> CommsChallenge {
) -> DomainSeparatedHasher<CommsChallenge, CommsCorePeerManagerDomain> {
Copy link
Member

Choose a reason for hiding this comment

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

nit: I think we can return a [u8;32] out here - not sure why I returned the CommsChallenge type


hash_domain!(
CommsCorePeerManagerDomain,
"com.tari.tari_project.comms.core.peer_manager",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"com.tari.tari_project.comms.core.peer_manager",
"com.tari.comms.core.peer_manager",

@stringhandler stringhandler merged commit 9f32c31 into tari-project:development Aug 10, 2022
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.

None yet

3 participants