hi, i wanna know, is their any way to achieve hash_hmac("sha256", $token, $signkey, true) (php) in erlang?
thanx in advance
hi, i wanna know, is their any way to achieve hash_hmac("sha256", $token, $signkey, true) (php) in erlang?
thanx in advance
I just googled this
Looks like Sha256 is missing from erlang base libraries, but the author on the blog hand coded an implementation.