summaryrefslogtreecommitdiff
path: root/src/ringct/rctOps.cpp
Commit message (Expand)AuthorAgeFilesLines
* check accessing an element past the end of a containermoneromooo-monero2017-12-181-0/+3
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* add a version of ge_double_scalarmult_precomp_vartime with A precompmoneromooo-monero2017-12-071-0/+9
* ringct: add a version of addKeys which returns the resultmoneromooo-monero2017-12-071-0/+5
* ringct: move ge_frombytes_vartime failure error to warningmoneromooo-monero2017-03-221-11/+13
* Change logging to easylogging++moneromooo-monero2017-01-161-0/+3
* ringct: switch to Borromean signaturesShen Noether2016-12-041-1/+14
* ringct: some more small optimizationsmoneromooo-monero2016-10-231-48/+11
* 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-151-2/+2
* ringct: remove unused codemoneromooo-monero2016-08-281-245/+0
* 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 amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-14/+4
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-7/+13
* rct: use the already defined H where possiblemoneromooo-monero2016-08-281-2/+1
* ringct: optimization/cleanup of hash functionsShen Noether2016-08-281-0/+25
* ringct: "simple" ringct variantShen Noether2016-08-281-0/+6
* ringct: fix size unit mismatch calling keccakmoneromooo-monero2016-08-281-1/+1
* ringct: catch errors from ge_frombytes_vartimemoneromooo-monero2016-08-281-11/+12
* ringct: add functions to commit to an amountmoneromooo-monero2016-08-281-0/+17
* ringct: simplify random key generationmoneromooo-monero2016-08-281-7/+2
* ringct: cosmetic fixesShen Noether2016-08-281-29/+3
* 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
* ringct: lock access to the PRNGmoneromooo-monero2016-08-281-2/+2
* ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero2016-08-281-0/+741