tari-project / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
339 stars 210 forks source link

docs: update hasher documentation #6392

Closed AaronFeickert closed 2 weeks ago

AaronFeickert commented 2 weeks ago

Description

Updates the documentation for DomainSeparatedBorshHasher.

Motivation and Context

Some hashing is handled by DomainSeparatedBorshHasher, which uses Borsh encoding under the hood instead of manually using length prepending and byte slices. This PR updates the corresponding documentation for clarity.

How Has This Been Tested?

No testing needed.

What process can a PR reviewer use to test or verify this change?

Confirm that the updated documentation is accurate.

github-actions[bot] commented 2 weeks ago

Test Results (CI)

    3 files    120 suites   36m 10s :stopwatch: 1 293 tests 1 293 :white_check_mark: 0 :zzz: 0 :x: 3 871 runs  3 871 :white_check_mark: 0 :zzz: 0 :x:

Results for commit c5004901.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 2 weeks ago

Test Results (Integration tests)

 2 files  11 suites   42m 34s :stopwatch: 35 tests 33 :white_check_mark: 0 :zzz: 2 :x: 39 runs  34 :white_check_mark: 0 :zzz: 5 :x:

For more details on these failures, see this check.

Results for commit c5004901.

:recycle: This comment has been updated with latest results.