Skip to content

Add Base45 (RFC9285) to Multibase table #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions multibase.csv
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ U+0043, C, base32padupper, RFC4648 case-insensitive - with padd
U+0068, h, base32z, z-base-32 (used by Tahoe-LAFS), draft
U+006b, k, base36, Base36 [0-9a-z] case-insensitive - no padding, draft
U+004b, K, base36upper, Base36 [0-9a-z] case-insensitive - no padding, draft
U+0052, R, base45, Base45 RFC9285, draft
U+007a, z, base58btc, Base58 Bitcoin, final
U+005a, Z, base58flickr, Base58 Flicker, experimental
U+006d, m, base64, RFC4648 no padding, final
Expand Down