I'm currently working on a widget that leverages an API that needs a salted SHA1 based hash. Now there is a function (Toybox.Cryptography.HashBasedMessageAuthenticationCode) in the SDK that seems to be able to create one, but the documentation states that it is only possible to create SHA256 hashes. Does anyone know if there any other options available to create a salted SHA1 hash?