H(spl)ashing With A Sponge
Published in
3 min readMay 14, 2021
--
So how do you implement an efficient hashing method on a device with limited capabilities? Well, one method is to use a Sponge function (as defined in SHA-3/Keccak):
With the sponge construction we use a fixed-length permutation (or transformation)…