Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated inner_call for hashing fn to follow generic approach (solana-…
…labs#33128) * updated inner_call for hashing fn to follow generic approach * different hash compute budget values for all digests * fixed conflicts * reverted changes to compute_budget.rs and added 3method to trait to get compute budget values * updated type for result fn for HasherImpl * using Hash directly in result fn, got rid of HASH_BYTES and removed comment form compute_budget * updated import statement * cargo fmt -all * removed unused import and reference related warning * oops forgot semicolon * removed trailing white space
- Loading branch information