aboutsummaryrefslogtreecommitdiff
path: root/src/ringct/rctSigs.h
Commit message (Expand)AuthorAgeFilesLines
* verRctNonSemanticsSimpleCached: fix fragilityJeffrey Ryan2023-03-171-1/+0
* Cache successful `verRctNonSemanticsSimple` callsSChernykh2022-12-201-0/+1
* multisig: fix critical vulnerabilities in signinganon2022-06-301-10/+9
* CLSAG device supportSarang Noether2020-08-271-2/+2
* CLSAG optimizationsSarang Noether2020-08-271-3/+4
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-2/+2
* CLSAG signaturesSarang Noether2020-08-271-0/+3
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-4/+4
* a few minor (but easy) performance tweaksmoneromooo-monero2018-11-231-2/+2
* device/trezor: trezor support addedDusan Klinec2018-11-021-1/+1
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-1/+1
* bulletproofs: add aggregated verificationmoneromooo-monero2018-09-111-2/+4
* bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-2/+2
* Changed URLs to HTTPSeinsteinsfool2018-06-231-4/+4
* device: untangle cyclic depenencystoffu2018-03-141-2/+3
* remove unused function keyImageVh9087141242018-03-051-2/+0
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-11/+13
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-7/+9
* integrate bulletproofs into moneromoneromooo-monero2017-12-081-2/+2
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-9/+5
* rct: split rct checks between semantics and othermoneromooo-monero2017-01-141-2/+4
* ringct: switch to Borromean signaturesShen Noether2016-12-041-15/+2
* ringct: remove unneeded type conversionsmoneromooo-monero2016-10-151-1/+1
* ringct: use const refs as parameters where appropriatemoneromooo-monero2016-10-081-2/+2
* ringct: pass structure by const ref, not valuemoneromooo-monero2016-08-281-1/+1
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-2/+0
* rct: rework the verification preparation processmoneromooo-monero2016-08-281-4/+2
* rct: avoid the need for the last II elementShen Noether2016-08-281-2/+2
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-5/+7
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-2/+2
* port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-281-2/+2
* integrate simple rct apimoneromooo-monero2016-08-281-9/+11
* ringct: "simple" ringct variantShen Noether2016-08-281-3/+6
* ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-281-5/+6
* ringct: txn fee stuffShen Noether2016-08-281-2/+2
* ringct: new {gen,decode}Rct APIs for conveniencemoneromooo-monero2016-08-281-1/+3
* ringct: add a few consts where appropriatemoneromooo-monero2016-08-281-3/+3
* ringct: add simple input validationmoneromooo-monero2016-08-281-7/+7
* ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero2016-08-281-0/+144