base58

Pure Haskell base58, base58check encoding/decoding (docs.ppad.tech/base58).
git clone git://git.ppad.tech/base58.git
Log | Files | Refs | README | LICENSE

base58.json (1214B)


      1 [
      2   {
      3     "decodedHex": "",
      4     "encoded": ""
      5   },
      6   {
      7     "decodedHex": "61",
      8     "encoded": "2g"
      9   },
     10   {
     11     "decodedHex": "626262",
     12     "encoded": "a3gV"
     13   },
     14   {
     15     "decodedHex": "636363",
     16     "encoded": "aPEr"
     17   },
     18   {
     19     "decodedHex": "73696d706c792061206c6f6e6720737472696e67",
     20     "encoded": "2cFupjhnEsSn59qHXstmK2ffpLv2"
     21   },
     22   {
     23     "decodedHex": "00eb15231dfceb60925886b67d065299925915aeb172c06647",
     24     "encoded": "1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L"
     25   },
     26   {
     27     "decodedHex": "516b6fcd0f",
     28     "encoded": "ABnLTmg"
     29   },
     30   {
     31     "decodedHex": "bf4f89001e670274dd",
     32     "encoded": "3SEo3LWLoPntC"
     33   },
     34   {
     35     "decodedHex": "572e4794",
     36     "encoded": "3EFU7m"
     37   },
     38   {
     39     "decodedHex": "ecac89cad93923c02321",
     40     "encoded": "EJDM8drfXA6uyA"
     41   },
     42   {
     43     "decodedHex": "10c8511e",
     44     "encoded": "Rt5zm"
     45   },
     46   {
     47     "decodedHex": "00000000000000000000",
     48     "encoded": "1111111111"
     49   },
     50   {
     51     "decodedHex": "801184cd2cdd640ca42cfc3a091c51d549b2f016d454b2774019c2b2d2e08529fd206ec97e",
     52     "encoded": "5Hx15HFGyep2CfPxsJKe2fXJsCVn5DEiyoeGGF6JZjGbTRnqfiD"
     53   },
     54   {
     55     "decodedHex": "003c176e659bea0f29a3e9bf7880c112b1b31b4dc826268187",
     56     "encoded": "16UjcYNBG9GTK4uq2f7yYEbuifqCzoLMGS"
     57   }
     58 ]
     59