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
I notice that your base16 encoder outputs upper-case (A--F), while some of the other Haskell base16 encoders go with lower-case (a--f). None appear configurable. It might be nice to have a variant of base16 for each choice of case, so that no post-processing is required, in case it matters (even cosmetic changes can break existing tests in some end-user code).
I notice that your base16 encoder outputs upper-case (A--F), while some of the other Haskell base16 encoders go with lower-case (a--f). None appear configurable. It might be nice to have a variant of base16 for each choice of case, so that no post-processing is required, in case it matters (even cosmetic changes can break existing tests in some end-user code).
Originally posted by @vdukhovni in #16 (comment)
The text was updated successfully, but these errors were encountered: