Open
Description
I've come across a situation requiring the ability to base-encode but preserve the lexicographic-order of the input bytes.
That is the order of the base encoding alphabet should be in the same order as those bytes that are mapped to the base encoding.
An example of this library is https://github.com/deanlandolt/base64-lex which is a base64 that preserves lexicographic order.
Which base encodings in multibase support preservation of lexicographic order?
Metadata
Metadata
Assignees
Labels
No labels