Rename AttemptSaplingEncDecryptionUsingFullViewingKey and use function overloading.

This commit is contained in:
Simon
2018-07-23 10:48:26 -07:00
parent 7b913c3e5e
commit e739ca2ef2
5 changed files with 7 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ public:
const uint256 &epk
);
static boost::optional<SaplingNotePlaintext> decryptUsingFullViewingKey(
static boost::optional<SaplingNotePlaintext> decrypt(
const SaplingEncCiphertext &ciphertext,
const uint256 &epk,
const uint256 &esk,