diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-05-02 15:14:41 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-02 15:14:41 -0500 |
commit | 8185054db7acc3e7c514ac55bceb0d82611a5b9a (patch) | |
tree | c2245ed862d9045433a60fda02d1e3049854194d /src/ringct/rctOps.h | |
parent | Merge pull request #6460 (diff) | |
parent | Bulletproofs: verification speedup (diff) | |
download | monero-8185054db7acc3e7c514ac55bceb0d82611a5b9a.tar.xz |
Merge pull request #6451
4ed60b6 Bulletproofs: verification speedup (SarangNoether)
Diffstat (limited to 'src/ringct/rctOps.h')
-rw-r--r-- | src/ringct/rctOps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ringct/rctOps.h b/src/ringct/rctOps.h index c24d48e9a..74e0ad833 100644 --- a/src/ringct/rctOps.h +++ b/src/ringct/rctOps.h @@ -124,6 +124,7 @@ namespace rct { key scalarmultH(const key & a); // multiplies a point by 8 key scalarmult8(const key & P); + void scalarmult8(ge_p3 &res, const key & P); // checks a is in the main subgroup (ie, not a small one) bool isInMainSubgroup(const key & a); |