diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-03-18 18:17:05 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-03-18 18:17:05 -0400 |
commit | 55fddad4464b1d6bf1fba4dd16f8c34255e181c3 (patch) | |
tree | b57a19642b37dec27275f1e38e0652f386a82dc1 /src/ringct/rctSigs.h | |
parent | Merge pull request #8076 (diff) | |
parent | verRctNonSemanticsSimpleCached: fix fragility (diff) | |
download | monero-55fddad4464b1d6bf1fba4dd16f8c34255e181c3.tar.xz |
Merge pull request #8707
7159f92 verRctNonSemanticsSimpleCached: fix fragility (Jeffrey Ryan)
Diffstat (limited to 'src/ringct/rctSigs.h')
-rw-r--r-- | src/ringct/rctSigs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ringct/rctSigs.h b/src/ringct/rctSigs.h index 18c7e5fe6..17cfd77b9 100644 --- a/src/ringct/rctSigs.h +++ b/src/ringct/rctSigs.h @@ -132,7 +132,6 @@ namespace rct { bool verRctSemanticsSimple(const rctSig & rv); bool verRctSemanticsSimple(const std::vector<const rctSig*> & rv); bool verRctNonSemanticsSimple(const rctSig & rv); - bool verRctNonSemanticsSimpleCached(const rctSig & rv); static inline bool verRctSimple(const rctSig & rv) { return verRctSemanticsSimple(rv) && verRctNonSemanticsSimple(rv); } xmr_amount decodeRct(const rctSig & rv, const key & sk, unsigned int i, key & mask, hw::device &hwdev); xmr_amount decodeRct(const rctSig & rv, const key & sk, unsigned int i, hw::device &hwdev); |