In this PR #12158 I see frame-support is re-exporting some hash function with sp_crypto_hashing, I guess it should re-export hash function that uses the host function as they are faster.
Or maybe sp_crypto_hashing should automatically use the host function as an optimization when running inside the runtime.
In this PR #12158 I see frame-support is re-exporting some hash function with
sp_crypto_hashing, I guess it should re-export hash function that uses the host function as they are faster.Or maybe
sp_crypto_hashingshould automatically use the host function as an optimization when running inside the runtime.