I need to hash some values with MD5 on the server api side.
I saw that there is already a md5 module in the lualib/resty folder.
Can I require this in the server main.lua? If yes how do I do this?
If no, can I install another md5 packages without any coronium updates resetting it? Which one would you recommend using?