aboutsummaryrefslogtreecommitdiff
path: root/src/ringct/rctOps.h
diff options
context:
space:
mode:
authorShen Noether <Shen.Noether@gmx.com>2016-06-02 19:03:35 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-08-28 21:27:59 +0100
commit56f654996201f5c03f73412ed2d2f0df332a20ab (patch)
tree2707b8deafe9be9c8207f26b0589c9e9b720ecd2 /src/ringct/rctOps.h
parentringct: changes to hashToPointSimple to calcualte H2 values (diff)
downloadmonero-56f654996201f5c03f73412ed2d2f0df332a20ab.tar.xz
ringct: cosmetic fixes
Ported from Shen's RingCT repo
Diffstat (limited to 'src/ringct/rctOps.h')
-rw-r--r--src/ringct/rctOps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ringct/rctOps.h b/src/ringct/rctOps.h
index e232dba29..b3a5b8e52 100644
--- a/src/ringct/rctOps.h
+++ b/src/ringct/rctOps.h
@@ -149,7 +149,6 @@ namespace rct {
//returns hashToPoint as described in https://github.com/ShenNoether/ge_fromfe_writeup
key hashToPointSimple(const key &in);
key hashToPoint(const key &in);
- key hashToPoint2(const key &in);
void hashToPoint(key &out, const key &in);
//sums a vector of curve points (for scalars use sc_add)