aboutsummaryrefslogtreecommitdiff
path: root/src/ringct/rctSigs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero1-1/+1
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero1-2/+4
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero1-2/+2
2018-06-23Changed URLs to HTTPSeinsteinsfool1-4/+4
2018-03-14device: untangle cyclic depenencystoffu1-2/+3
2018-03-05remove unused function keyImageVh9087141241-2/+0
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-11/+13
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-7/+9
2017-12-08integrate bulletproofs into moneromoneromooo-monero1-2/+2
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-9/+5
2017-01-14rct: split rct checks between semantics and othermoneromooo-monero1-2/+4
2016-12-04ringct: switch to Borromean signaturesShen Noether1-15/+2
2016-10-15ringct: remove unneeded type conversionsmoneromooo-monero1-1/+1
2016-10-08ringct: use const refs as parameters where appropriatemoneromooo-monero1-2/+2
2016-08-28ringct: pass structure by const ref, not valuemoneromooo-monero1-1/+1
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-2/+0
2016-08-28rct: rework the verification preparation processmoneromooo-monero1-4/+2
2016-08-28rct: avoid the need for the last II elementShen Noether1-2/+2
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-5/+7
2016-08-28rct: do not serialize public keys in outPkmoneromooo-monero1-2/+2
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-2/+2
2016-08-28integrate simple rct apimoneromooo-monero1-9/+11
2016-08-28ringct: "simple" ringct variantShen Noether1-3/+6
2016-08-28ringct: do not serialize what can be reconstructedmoneromooo-monero1-5/+6
2016-08-28ringct: txn fee stuffShen Noether1-2/+2
2016-08-28ringct: new {gen,decode}Rct APIs for conveniencemoneromooo-monero1-1/+3
2016-08-28ringct: add a few consts where appropriatemoneromooo-monero1-3/+3
2016-08-28ringct: add simple input validationmoneromooo-monero1-7/+7
2016-08-28ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero1-0/+144