Is your feature request related to a problem? Please describe.
Firstly, we look at the Hashing algorithm supports in Zest_Framework/src/Hashing/ folder, it only supports the Bcrypt, Argon2 and Argon2ID.
Describe the solution you'd like
It misses some hashing algorithms on this project and I think we can implement other hashing algorithms.
Consider following algorithms:
Other hashing algorithms reference is available here.