Generate an ovk to encrypt outCiphertext for t-addr senders

Closes #3506.
This commit is contained in:
Jack Grigg
2018-09-19 00:51:30 +01:00
parent bd3c860cb4
commit bb4b6982e3
4 changed files with 143 additions and 1 deletions

View File

@@ -42,6 +42,9 @@ public:
}
};
// This is not part of ZIP 32, but is here because it's linked to the HD seed.
uint256 ovkForShieldingFromTaddr(HDSeed& seed);
namespace libzcash {
typedef blob88 diversifier_index_t;