Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update hasher documentation (#6392)
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.
- Loading branch information