Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with escaped characters in extension data? #2

Open
algermissen opened this issue Jul 21, 2013 · 0 comments
Open

How to deal with escaped characters in extension data? #2

algermissen opened this issue Jul 21, 2013 · 0 comments

Comments

@algermissen
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant