summaryrefslogtreecommitdiff
path: root/src/ringct
Commit message (Expand)AuthorAgeFilesLines
* 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
* rct: avoid the need for the last II elementShen Noether2016-08-283-33/+44
* rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-281-1/+1
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-285-24/+52
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-283-17/+29
* rct: use the already defined H where possiblemoneromooo-monero2016-08-281-2/+1
* port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-282-8/+10
* integrate simple rct apimoneromooo-monero2016-08-283-67/+76
* ringct: optimization/cleanup of hash functionsShen Noether2016-08-283-22/+45
* ringct: "simple" ringct variantShen Noether2016-08-285-3/+249
* ringct: fix size unit mismatch calling keccakmoneromooo-monero2016-08-281-1/+1
* ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-283-21/+43
* ringct: catch errors from ge_frombytes_vartimemoneromooo-monero2016-08-281-11/+12
* ringct: add missing size check for ecdhInfomoneromooo-monero2016-08-281-0/+1
* ringct: change asserts to return false for boolean functionsmoneromooo-monero2016-08-281-10/+10
* add rct to the protocolmoneromooo-monero2016-08-281-15/+23
* ringct: add functions to commit to an amountmoneromooo-monero2016-08-282-0/+21
* make rct tx serialization workmoneromooo-monero2016-08-281-0/+48
* ringct: allow no outputs, and add tests for this and feesmoneromooo-monero2016-08-281-2/+0
* ringct: make fee optionalmoneromooo-monero2016-08-281-2/+9
* ringct: txn fee stuffShen Noether2016-08-283-13/+24
* ringct: new {gen,decode}Rct APIs for conveniencemoneromooo-monero2016-08-282-11/+27
* ringct: add more convenience functionsmoneromooo-monero2016-08-281-4/+14
* ringct: add convenience functions to bridge ringct and cryptonotemoneromooo-monero2016-08-281-0/+5
* ringct: restore verRange check in debug modemoneromooo-monero2016-08-281-1/+1
* ringct: add check for destinations/amount size being equalmoneromooo-monero2016-08-281-0/+1
* ringct: fix off by 1 in mixin usagemoneromooo-monero2016-08-281-3/+3
* ringct: simplify random key generationmoneromooo-monero2016-08-281-7/+2
* ringct: cosmetic fixesShen Noether2016-08-284-46/+9
* ringct: changes to hashToPointSimple to calcualte H2 valuesShen Noether2016-08-281-0/+5
* ringct: compare keys with bitwise equality, not crypto opsShen Noether2016-08-281-7/+6
* ringct: fix size argument to cn_fast_hashShen Noether2016-08-281-1/+1
* Fix sc_0 to skGen in ProveRangeShen Noether2016-08-281-1/+1
* ringct: add a few consts where appropriatemoneromooo-monero2016-08-282-6/+6
* tests: more ringct range proof testsmoneromooo-monero2016-08-281-1/+1