Add Base58 encoding of viewing keys

This commit is contained in:
Jack Grigg
2017-03-01 11:20:42 -08:00
parent 13933e4c13
commit 49cf707d2c
5 changed files with 25 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
namespace libzcash {
const size_t SerializedPaymentAddressSize = 64;
const size_t SerializedViewingKeySize = 64;
const size_t SerializedSpendingKeySize = 32;
class PaymentAddress {