diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-08 23:43:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-08 23:43:41 +0200 |
commit | 22e16e88e3d2d4475761f9c2c0c59a7b20247f9f (patch) | |
tree | ffa7dae44cca09099708d6386cb0b0b4c802f10a /src/ringct/rctOps.h | |
parent | Merge pull request #1405 (diff) | |
parent | blockchain: bring the v4 fork height one block forward (diff) | |
download | monero-22e16e88e3d2d4475761f9c2c0c59a7b20247f9f.tar.xz |
Merge pull request #1413
648ea6be blockchain: bring the v4 fork height one block forward (luigi1111)
46a0dcc1 ringct: luigi1111's changes to fix and speedup Borromean sigs (luigi1111)
76958fc7 ringct: switch to Borromean signatures (Shen Noether)
Diffstat (limited to 'src/ringct/rctOps.h')
-rw-r--r-- | src/ringct/rctOps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ringct/rctOps.h b/src/ringct/rctOps.h index cd3a6dc0d..90f54b050 100644 --- a/src/ringct/rctOps.h +++ b/src/ringct/rctOps.h @@ -158,6 +158,9 @@ namespace rct { //for mg sigs key cn_fast_hash(const keyV &keys); key hash_to_scalar(const keyV &keys); + //for ANSL + key cn_fast_hash(const key64 keys); + key hash_to_scalar(const key64 keys); //returns hashToPoint as described in https://github.com/ShenNoether/ge_fromfe_writeup key hashToPointSimple(const key &in); |