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

Unify hex coding logic between safe/unsafe implementations #5711

Closed
bkase opened this issue Aug 19, 2020 · 0 comments
Closed

Unify hex coding logic between safe/unsafe implementations #5711

bkase opened this issue Aug 19, 2020 · 0 comments

Comments

@bkase
Copy link
Member

bkase commented Aug 19, 2020

See src/lib/hex/hex.ml -- we have an implementation that is not safe to malformed input but is flexible enough to work on bigstrings and strings. And one that only works on strings but is safe against adversarial input. We should unify these implementations.

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

2 participants