You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
The body / payload hashing uses the same HmacSHA256 for header and body. In the javascript standard implementation it uses different mechanisms.
if the method Hawk.calculateBodyMac is intended for hashing the body and using this hash in the generateAuthentication, then it should use only hashing.