diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-13 11:10:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-13 11:10:17 +0100 |
| commit | 681901d9cc9d76db2ee50db4d801cc0240ccfb6a (patch) | |
| tree | 81bb9863318ce84f12c2910f6c89220ce0b6e71e | |
| parent | c928b8d0e7a8ba77ffabcf6b1a871919a1262e0e (diff) | |
| parent | 2b762106d7ba1671519debfac7b83c691bc49772 (diff) | |
| download | packages-681901d9cc9d76db2ee50db4d801cc0240ccfb6a.tar.gz packages-681901d9cc9d76db2ee50db4d801cc0240ccfb6a.zip | |
Merge pull request #599 from ehmry/add-base582046
Added package base58
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b79817b..1dafc1f 100644 --- a/packages.json +++ b/packages.json @@ -7410,5 +7410,21 @@ "description": "Concise Binary Object Representation decoder (RFC7049).", "license": "MIT", "web": "https://github.com/ehmry/nim-cbor" + }, + { + "name": "base58", + "url": "https://github.com/ehmry/nim-base58", + "method": "git", + "tags": [ + "base58", + "bitcoin", + "cryptonote", + "monero", + "encoding", + "library" + ], + "description": "Base58 encoders and decoders for Bitcoin and CryptoNote addresses.", + "license": "MIT", + "web": "https://github.com/ehmry/nim-base58" } ] |
