aboutsummaryrefslogtreecommitdiff
path: root/src/ringct
Commit message (Expand)AuthorAgeFilesLines
* ringct: do not require range proof in decodeRct/decodeRctSimplemoneromooo-monero2017-02-271-4/+2
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-212-2/+2
* core: test key images against validity domainmoneromooo-monero2017-02-201-0/+4
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-082-1/+2
* Fix clang build failure, caused by mixing C and C++Timothy D. Prime2017-01-261-1/+1
* ringct: reorder a bit to check quicker tests firstmoneromooo-monero2017-01-211-17/+17
* Change logging to easylogging++moneromooo-monero2017-01-163-0/+9
* Merge pull request #1561Riccardo Spagni2017-01-151-64/+64
|\
| * add extra braces around subobjects (missing-braces warning)Chris Vickio2017-01-141-64/+64
* | rct: split rct checks between semantics and othermoneromooo-monero2017-01-142-78/+101
|/
* Removed unused functionsLee Clagett2016-12-191-16/+0
* fix MGs jsonmoneroexamples2016-12-141-3/+3
* Tx verification failing is not an errorluigi11112016-12-121-5/+5
* Merge pull request #1414Riccardo Spagni2016-12-081-0/+19
|\
| * ringct: add sc_check calls in MLSAG_Ver for ss and ccmoneromooo-monero2016-12-071-0/+5
| * ringct: guard against bad data exceptions in worker threadsmoneromooo-monero2016-12-071-0/+14
* | ringct: luigi1111's changes to fix and speedup Borromean sigsluigi11112016-12-041-16/+15
* | ringct: switch to Borromean signaturesShen Noether2016-12-045-113/+87
|/
* ringct: fix MGs serialization to JSONmoneromooo-monero2016-12-021-1/+5
* Added task_region - a fork/join task implementationLee Clagett2016-11-231-60/+45
* adding thread_group for managing async tasksLee Clagett2016-11-021-98/+50
* Merge pull request #1272Riccardo Spagni2016-11-011-3/+5
|\
| * ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2016-10-291-0/+2
| * ringct: always shutdown the boost io servicemoneromooo-monero2016-10-291-3/+3
* | ringct: some more small optimizationsmoneromooo-monero2016-10-232-58/+25
|/
* ringct: thread verRct and verRctSimplemoneromooo-monero2016-10-151-17/+119
* ringct: remove unneeded type conversionsmoneromooo-monero2016-10-152-3/+3
* ringct: reserve space in vectors to avoid excessive reallocationmoneromooo-monero2016-10-151-0/+2
* ringct: avoid unnecessary memcpymoneromooo-monero2016-10-151-16/+3
* ringct: add a few consts where possiblemoneromooo-monero2016-10-151-4/+4
* ringct: pass vectors by const ref where possiblemoneromooo-monero2016-10-152-4/+4
* Add performance timers for ringct tx verificationmoneromooo-monero2016-10-101-0/+7
* ringct: use const refs as parameters where appropriatemoneromooo-monero2016-10-083-5/+5
* Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-8/+2
* rct: rework serialization to avoid storing vector sizesmoneromooo-monero2016-09-142-36/+130
* ringct: remove unused codemoneromooo-monero2016-08-281-245/+0
* ringct: pass structure by const ref, not valuemoneromooo-monero2016-08-282-2/+2
* ringct: use memcpy/memset instead of handwritten loop where appropriatemoneromooo-monero2016-08-281-29/+11
* ringct: remove spurious copiesmoneromooo-monero2016-08-281-24/+4
* rct: faster Cryptonote/rct conversionsmoneromooo-monero2016-08-281-8/+8
* rct: early out on failure on verRangemoneromooo-monero2016-08-281-3/+5
* ringct: use Cryptonote serialization to hash non prunable datamoneromooo-monero2016-08-281-21/+9
* New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-281-2/+7
* rct: log why verification failsmoneromooo-monero2016-08-281-9/+13
* rct: serialize txnFee as varintmoneromooo-monero2016-08-281-1/+1
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-284-42/+12
* rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-282-31/+43
* rct: rework the verification preparation processmoneromooo-monero2016-08-282-63/+77
* rct: change the simple flag to a typemoneromooo-monero2016-08-282-10/+14