Add Base58 encoding of viewing keys
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
namespace libzcash {
|
||||
|
||||
const size_t SerializedPaymentAddressSize = 64;
|
||||
const size_t SerializedViewingKeySize = 64;
|
||||
const size_t SerializedSpendingKeySize = 32;
|
||||
|
||||
class PaymentAddress {
|
||||
|
||||
Reference in New Issue
Block a user