Skip to content

Base 2, base 8, and base 10 #59

@Stebalien

Description

@Stebalien

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions