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
/
tests
/
unit_tests
/
ringct.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-16
Copyright: Update to 2023
mj-xmr
1
-1
/
+1
2022-06-30
multisig: fix critical vulnerabilities in signing
anon
1
-17
/
+17
2022-03-04
Copyright: Update to 2022
mj-xmr
1
-1
/
+1
2020-08-27
CLSAG optimizations
Sarang Noether
1
-84
/
+82
2020-08-27
Integrate CLSAGs into monero
moneromooo-monero
1
-0
/
+164
2020-05-06
Update copyright year to 2020
SomaticFanatic
1
-1
/
+1
2020-04-14
Bulletproofs: verification speedup
Sarang Noether
1
-0
/
+8
2019-08-28
Merge pull request #5707
luigi1111
1
-1
/
+14
2019-08-27
MLSAG speedup and additional checks
Sarang Noether
1
-1
/
+14
2019-08-15
Replace std::random_shuffle with std::shuffle
Tom Smeding
1
-2
/
+2
2019-04-11
ringct: prevent use of full ringct signatures for more than one input
moneromooo-monero
1
-77
/
+43
2019-03-05
Update 2019 copyright
binaryFate
1
-1
/
+1
2019-01-22
ringct: the commitment mask is now deterministic
moneromooo-monero
1
-21
/
+0
2019-01-22
ringct: encode 8 byte amount, saving 24 bytes per output
moneromooo-monero
1
-2
/
+2
2019-01-22
add a bulletproof version, new bulletproof type, and rct config
moneromooo-monero
1
-7
/
+14
2018-11-23
remove some unused code
moneromooo-monero
1
-2
/
+0
2018-11-04
rct: add a zeroCommit cache for common pre-rct case
moneromooo-monero
1
-0
/
+19
2018-09-11
bulletproofs: speed up the latest changes a bit
moneromooo-monero
1
-0
/
+7
2018-09-11
precalc the ge_p3 representation of H
moneromooo-monero
1
-0
/
+7
2018-09-11
bulletproofs: add aggregated verification
moneromooo-monero
1
-0
/
+17
2018-06-27
unit_tests: do not recreate the same base rct sig all the time
moneromooo-monero
1
-4
/
+18
2018-06-06
ringct: remove an unnecessary scalarmultBase in zeroCommit
moneromooo-monero
1
-0
/
+10
2018-03-05
Correct spelling mistakes.
Edward Betts
1
-1
/
+1
2018-03-04
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
1
-14
/
+15
2018-01-27
Merge pull request #3151
Riccardo Spagni
1
-5
/
+5
2018-01-26
Update 2018 copyright
xmr-eric
1
-1
/
+1
2018-01-18
unit_tests: do not ASSERT_TRUE(decodeRct(...))
moneromooo-monero
1
-5
/
+5
2017-12-17
Add N/N multisig tx generation and signing
moneromooo-monero
1
-9
/
+9
2017-11-14
remove "using namespace std" from headers
moneromooo-monero
1
-0
/
+1
2017-04-11
Improvements for epee binary to hex functions:
Lee Clagett
1
-0
/
+11
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
1
-1
/
+1
2016-12-04
ringct: luigi1111's changes to fix and speedup Borromean sigs
luigi1111
1
-8
/
+4
2016-12-04
ringct: switch to Borromean signatures
Shen Noether
1
-28
/
+11
2016-10-29
ringct: check the size of amount_keys is the same as destinations
moneromooo-monero
1
-2
/
+3
2016-08-28
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
1
-8
/
+8
2016-08-28
rct: rework v2 txes into prunable and non prunable data
moneromooo-monero
1
-27
/
+28
2016-08-28
rct: rework the verification preparation process
moneromooo-monero
1
-4
/
+4
2016-08-28
rct: make the amount key derivable by a third party with the tx key
moneromooo-monero
1
-14
/
+29
2016-08-28
tests: add basic tests for simple rct api
moneromooo-monero
1
-44
/
+378
2016-08-28
integrate simple rct api
moneromooo-monero
1
-5
/
+59
2016-08-28
rct: add the tx prefix hash into the MLSAG
moneromooo-monero
1
-5
/
+5
2016-08-28
ringct: do not serialize what can be reconstructed
moneromooo-monero
1
-2
/
+2
2016-08-28
tests: test for ringct rctSig data sizes
moneromooo-monero
1
-3
/
+44
2016-08-28
ringct: allow no outputs, and add tests for this and fees
moneromooo-monero
1
-31
/
+75
2016-08-28
ringct: txn fee stuff
Shen Noether
1
-0
/
+61
2016-08-28
tests: new ringct test for checking H2 values
Shen Noether
1
-0
/
+11
2016-08-28
tests: zero inputs/outputs are in fact supposed to be accepted
moneromooo-monero
1
-14
/
+14
2016-08-28
ringct: add a test for prooveRange being non deterministic
moneromooo-monero
1
-0
/
+9
2016-08-28
tests: more ringct range proof tests
moneromooo-monero
1
-0
/
+245
2016-08-28
tests: add some more ringct building block tests
moneromooo-monero
1
-1
/
+50
2016-08-28
tests: add Shen Noether's basic ringct tests
moneromooo-monero
1
-0
/
+206