index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ringct
/
rctOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CLSAG signatures
Sarang Noether
2020-08-27
1
-0
/
+17
*
Bulletproofs: verification speedup
Sarang Noether
2020-04-14
1
-0
/
+12
*
MLSAG speedup and additional checks
Sarang Noether
2019-08-27
1
-36
/
+8
*
ringct: fix capitalization for scaler mult
fuwa
2019-03-25
1
-3
/
+3
*
ringct: the commitment mask is now deterministic
moneromooo-monero
2019-01-22
1
-18
/
+38
*
ringct: encode 8 byte amount, saving 24 bytes per output
moneromooo-monero
2019-01-22
1
-4
/
+24
*
rctOps: add braces to suppress warnings
stoffu
2018-11-23
1
-173
/
+173
*
Merge pull request #4804
Riccardo Spagni
2018-11-16
1
-6
/
+3
|
\
|
*
rct: speedup commit a little
moneromooo-monero
2018-11-05
1
-6
/
+3
*
|
rct: add a zeroCommit cache for common pre-rct case
moneromooo-monero
2018-11-04
1
-0
/
+186
|
/
*
rct: avoid repeated unnecessary conversions when accummulating
moneromooo-monero
2018-09-14
1
-0
/
+19
*
bulletproofs: speed up the latest changes a bit
moneromooo-monero
2018-09-11
1
-0
/
+14
*
bulletproofs: reject points not in the main subgroup
moneromooo-monero
2018-09-11
1
-0
/
+17
*
precalc the ge_p3 representation of H
moneromooo-monero
2018-09-11
1
-3
/
+1
*
crypto: remove slight bias in key generation due to modulo
moneromooo-monero
2018-07-05
1
-6
/
+4
*
ringct: remove an unnecessary scalarmultBase in zeroCommit
moneromooo-monero
2018-06-06
1
-4
/
+1
*
check accessing an element past the end of a container
moneromooo-monero
2017-12-18
1
-0
/
+3
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-0
/
+1
*
add a version of ge_double_scalarmult_precomp_vartime with A precomp
moneromooo-monero
2017-12-07
1
-0
/
+9
*
ringct: add a version of addKeys which returns the result
moneromooo-monero
2017-12-07
1
-0
/
+5
*
ringct: move ge_frombytes_vartime failure error to warning
moneromooo-monero
2017-03-22
1
-11
/
+13
*
Change logging to easylogging++
moneromooo-monero
2017-01-16
1
-0
/
+3
*
ringct: switch to Borromean signatures
Shen Noether
2016-12-04
1
-1
/
+14
*
ringct: some more small optimizations
moneromooo-monero
2016-10-23
1
-48
/
+11
*
ringct: avoid unnecessary memcpy
moneromooo-monero
2016-10-15
1
-16
/
+3
*
ringct: add a few consts where possible
moneromooo-monero
2016-10-15
1
-4
/
+4
*
ringct: pass vectors by const ref where possible
moneromooo-monero
2016-10-15
1
-2
/
+2
*
ringct: remove unused code
moneromooo-monero
2016-08-28
1
-245
/
+0
*
ringct: use memcpy/memset instead of handwritten loop where appropriate
moneromooo-monero
2016-08-28
1
-29
/
+11
*
ringct: remove spurious copies
moneromooo-monero
2016-08-28
1
-24
/
+4
*
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
2016-08-28
1
-14
/
+4
*
rct: make the amount key derivable by a third party with the tx key
moneromooo-monero
2016-08-28
1
-7
/
+13
*
rct: use the already defined H where possible
moneromooo-monero
2016-08-28
1
-2
/
+1
*
ringct: optimization/cleanup of hash functions
Shen Noether
2016-08-28
1
-0
/
+25
*
ringct: "simple" ringct variant
Shen Noether
2016-08-28
1
-0
/
+6
*
ringct: fix size unit mismatch calling keccak
moneromooo-monero
2016-08-28
1
-1
/
+1
*
ringct: catch errors from ge_frombytes_vartime
moneromooo-monero
2016-08-28
1
-11
/
+12
*
ringct: add functions to commit to an amount
moneromooo-monero
2016-08-28
1
-0
/
+17
*
ringct: simplify random key generation
moneromooo-monero
2016-08-28
1
-7
/
+2
*
ringct: cosmetic fixes
Shen Noether
2016-08-28
1
-29
/
+3
*
ringct: changes to hashToPointSimple to calcualte H2 values
Shen Noether
2016-08-28
1
-0
/
+5
*
ringct: compare keys with bitwise equality, not crypto ops
Shen Noether
2016-08-28
1
-7
/
+6
*
ringct: fix size argument to cn_fast_hash
Shen Noether
2016-08-28
1
-1
/
+1
*
ringct: lock access to the PRNG
moneromooo-monero
2016-08-28
1
-2
/
+2
*
ringct: import of Shen Noether's ring confidential transactions
moneromooo-monero
2016-08-28
1
-0
/
+741