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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: