There's no standard for Base58 encoding.

This commit is contained in:
troymc
2016-12-13 14:10:18 +01:00
parent c2a5d325cf
commit 0e100e405c

View File

@@ -65,7 +65,7 @@ All keys are represented with
The cryptoconditions package uses the
[**base58** package](https://pypi.python.org/pypi/base58)
to calculate a Base58 encoding.
(There's no standard Base58 encoding.)
(There's no standard for Base58 encoding.)
Here's an example public/private key pair:
```js