-
Notifications
You must be signed in to change notification settings - Fork 220
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
Implement tari_crypto hashing API: mmr & wallet #4395
Labels
A-security
Area - Security related
Comments
Nice commit messages ❤️ |
stringhandler
pushed a commit
that referenced
this issue
Aug 10, 2022
Description --- Partial fulfillment for #4395: - base_layer/wallet/src/output_manager_service/service.rs, fn hash_secret_key(...) - base_layer/wallet/src/transaction_service/service.rs, fn hash_secret_key(...) Motivation and Context --- Domain separated hashing as per the `tari_crypto` hashing API is needed for secret keys How Has This Been Tested? --- Unit tests pass Cucumber tests pass
stringhandler
pushed a commit
that referenced
this issue
Aug 16, 2022
Description --- Partial fulfillment for #4395: - Added hashing API to the MMR by virtue of forcing the hashing type to be `D: Digest + DomainDigest` instead of only `D: Digest` at the lower level MMR methods and functions. - base_layer/mmr/src/common.rs - base_layer/mmr/src/merkle_mountain_range.rs - base_layer/mmr/src/merkle_proof.rs - base_layer/mmr/src/mutable_mmr.rs Fixed cucumber function `const getTransactionOutputHash = function (output)` Motivation and Context --- Domain separated hashing as per the `tari_crypto` hashing API is needed for the MMR. How Has This Been Tested? --- - Passed unit tests - Passed cucumber tests
Repository owner
moved this from In Review
to Done
in Tari Esme Testnet
Aug 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: