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