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