**Title:** Re: Crypto Library in C++: How to Optimize Hashing for Minimized Gas Costs?
Hey devs, I've been working on a crypto library in C++ and I'm trying to squeeze out some optimization from my hashing functions to minimize gas costs. I've tried different combinations of Keccak256 and Blake2b implementations, but I'm not sure which one is the most gas-efficient. Has anyone else tackled this issue before, and if so, what were your findings?
Hey devs, I've been working on a crypto library in C++ and I'm trying to squeeze out some optimization from my hashing functions to minimize gas costs. I've tried different combinations of Keccak256 and Blake2b implementations, but I'm not sure which one is the most gas-efficient. Has anyone else tackled this issue before, and if so, what were your findings?