Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reasons: - this bench is more of a test, since it compares a hash generated through a "by hand" implementation of CryptoHasher with one generated through macro. Since benches run after (static) macro expansion, those don't really have a really different performance profile. - this bench has been in error (i.e. its assert fails) for a while! - Cryptohasher derivation is now the one true way of obtaining hashes. Closes: aptos-labs#5343 Approved by: davidiw
- Loading branch information