HmacSHA512 usage

Hello,
I am struggling a bit to create HmacSHA512 hash for login in my app. Unfortunately it looks like expo-crypto does not contain this and also there is a problem using standard crypto-js lib.
Did anyone manage to implement such encryption thing without ejecting?