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
It is not yet clear to me, how to treat escaped chars (e.g. ") in the ext-parameter. The original Hawk implementation seems to remove the escapes before calculating the signature.
However, removing them would require a string copy and thus allocation - this is something I want to avoid as much as possible in the C version in Hawk.
The text was updated successfully, but these errors were encountered:
It is not yet clear to me, how to treat escaped chars (e.g. ") in the ext-parameter. The original Hawk implementation seems to remove the escapes before calculating the signature.
However, removing them would require a string copy and thus allocation - this is something I want to avoid as much as possible in the C version in Hawk.
The text was updated successfully, but these errors were encountered: