- 
                Notifications
    
You must be signed in to change notification settings  - Fork 76
 
Open
Description
The odd-balls in the current multibase spec are:
- Base 2
 - Base 8
 - Base 10
 
That is, these are generally considered less useful than the other bases. The current situation is:
- Base 2 is useful for bitfields.
 - One of base 8 or base 10 may be useful when only digits (0-9) are allowed.
- Base 10 has a spec.
 - Base 10 is a more compact.
 - Base 8 may be simpler to decode/encode.
 
 
The question is: which of these should we keep, if any? This is relevant to multiformats/go-multibase#26 as, if we keep base 8, we need to define and implement it.
Metadata
Metadata
Assignees
Labels
No labels