Skip to content

Commit

Permalink
Update TRADEOFFS.md
Browse files Browse the repository at this point in the history
Fixing #9
  • Loading branch information
kyzer-davis authored Aug 29, 2024
1 parent 477edab commit 0f5f884
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions TRADEOFFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ This page is a WORK IN PROGRESS. Any all things may change at a moments notice.
| Base58 | BTC | `Xe22UfxT3rxcKJEAfL5373` | 1 | 22 | N | Y | Y | Y | Y | N | Y | Y | Y | N | [BTC][BTC] | A used in BitCoin |
| Base32 | Base | `7AOU7LT55QI5BJ3FACQMSHTL6Y======` | 1 | 32 | Y | N | N | N | N | Y | N | Y | Y | N | [RFC4648][RFC4648] | w/o Extended Hex |
| Base32 | URL Safe | `V0EKVBJTTG8T19R502GCI7JBUO======` | 1 | 32 | Y | N | Y | Y | Y | Y | N | Y | Y | N | [RFC4648][RFC4648] | w/o Extended Hex |
| Base32 | Crockford | `z0emzbkxxg8x19v502gcj7kbyr` | 1 | 26 | N | N | Y | Y | Y | Y | Y | Y | Y | N | [CrB32][CrB32] | W/o `OoIiLl` |
| Base32 | Crockford | `Z0EMZBKXXG8X19V502GCJ7KBYR` | 1 | 26 | N | N* | Y | Y | Y | Y | Y | Y | Y | N | [CrB32][CrB32] | W/o `OoIiLl` |

```
* Encoding uppercase, decoding can use upper/lower.
```
---

### Number of New Alphabets
Expand Down Expand Up @@ -80,4 +83,4 @@ This page is a WORK IN PROGRESS. Any all things may change at a moments notice.
[RFC4648]: https://datatracker.ietf.org/doc/html/rfc4648
[CrB32]: https://www.crockford.com/base32.html
[URL Percent Encoding]: https://en.wikipedia.org/wiki/Percent-encoding
[BTC]: https://github.com/bitcoin/bitcoin/blob/master/src/base58.cpp
[BTC]: https://github.com/bitcoin/bitcoin/blob/master/src/base58.cpp

0 comments on commit 0f5f884

Please sign in to comment.