multibase
multibase copied to clipboard
Self identifying base encodings
I recently started working on a new implementation and I wasn't sure if what I think is required as a baseline is consensual, after discussing with a few peoples it...
I pulled out of my earlier PR the issue template for "expressing interest to implement" and discussing possible applications, in the interest of keeping those conversations out of Issues. Would...
https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki
One quick look through the library shows that there's no proquint `p` tests.
### Consider use case and factors: Legal documents such as for a non-profit, corporation, or legally recognized DAO: the author or script wishes to reference a CID, DID, smart contract,...
https://en.wikipedia.org/wiki/Variable-length_quantity
This PR includes a draft spec and test cases. The spec is in draft status until someone verifies the first set of test cases with a second implementation. `x` is...
When looking at the numeral prefixes, it appears to me that there isn't a full consistancy. This happens because the prefix for base2 is `0` and not `1`. | Base...
There is a special compression mode in the ISO QR code ( ISO/IEC 18004:2006 ) standard called "Alphanumeric Mode". When you stay within this limited character set, it will do...
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...