aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cn_deserialize: comment out pruned tx casemoneromooo-monero2018-09-141-0/+2
* Merge pull request #4154Riccardo Spagni2018-09-141-3/+15
|\
| * cn_deserialize: extract payment ids from extra noncemoneromooo-monero2018-08-251-1/+10
| * cn_deserialize: support pruned transactionsmoneromooo-monero2018-08-251-2/+5
* | Merge pull request #4147Riccardo Spagni2018-09-143-0/+1187
|\ \
| * | blockchain_depth: add average min depthmoneromooo-monero2018-08-071-3/+7
| * | blockchain_depth: get the average min depth of a set of txesmoneromooo-monero2018-08-072-0/+379
| * | blockchain_ancestry: faster and uses less memorymoneromooo-monero2018-07-301-50/+114
| * | blockchain_ancestry: add an incremental modemoneromooo-monero2018-07-301-25/+99
| * | blockchain_ancestry: finds all ancestors of a tx, block, or chainmoneromooo-monero2018-07-302-0/+666
* | | Merge pull request #4352Riccardo Spagni2018-09-111-9/+0
|\ \ \
| * | | wallet_rpc_server: remove some unused codemoneroexamples2018-09-091-9/+0
* | | | Merge pull request #4219Riccardo Spagni2018-09-1160-982/+3156
|\ \ \ \
| * | | | blockchain: add a testnet v9 a day after v8moneromooo-monero2018-09-111-0/+1
| * | | | wallet2: bump testnet rollback to account for coming reorgmoneromooo-monero2018-09-111-1/+1
| * | | | bulletproofs: #include <openssl/bn.h>moneromooo-monero2018-09-111-0/+1
| * | | | bulletproofs: speed up the latest changes a bitmoneromooo-monero2018-09-114-34/+54
| * | | | bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero2018-09-114-19/+33
| * | | | bulletproofs: match aggregated verification to sarang's latest prototypemoneromooo-monero2018-09-111-64/+39
| * | | | more comprehensive test for ge_p3 comparison to identity/point at infinitymoneromooo-monero2018-09-113-6/+21
| * | | | multiexp: fix maxscalar off by onemoneromooo-monero2018-09-111-1/+1
| * | | | ringct: error out when hashToPoint* returns the point at infinitymoneromooo-monero2018-09-112-1/+4
| * | | | cryptonote_basic: check output type before using itmoneromooo-monero2018-09-111-0/+7
| * | | | ringct: prevent a potential very large allocationmoneromooo-monero2018-09-111-2/+2
| * | | | crypto: some paranoid checks in generate_signature/check_signaturemoneromooo-monero2018-09-111-1/+11
| * | | | crypto: never return zero in random32_unbiasedmoneromooo-monero2018-09-111-1/+1
| * | | | multiexp: fix wrong Bos-Coster result for 1 non trivial inputmoneromooo-monero2018-09-111-3/+7
| * | | | Check inputs to addKeys are in rangemoneromooo-monero2018-09-112-0/+6
| * | | | bulletproofs: reject x, y, z, or w[i] being zeromoneromooo-monero2018-09-111-2/+63
| * | | | v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-1141-622/+969
| * | | | bulletproofs: a few fixes from the Kudelski reviewmoneromooo-monero2018-09-113-5/+23
| * | | | bulletproofs: reject points not in the main subgroupmoneromooo-monero2018-09-113-0/+33
| * | | | bulletproofs: speed up a few multiplies using existing Hi cachemoneromooo-monero2018-09-111-2/+11
| * | | | Add Pippenger cache and limit Straus cache sizemoneromooo-monero2018-09-113-30/+82
| * | | | perf_timer: split timer class into a base one and a logging onemoneromooo-monero2018-09-112-14/+42
| * | | | Pippenger multiexpmoneromooo-monero2018-09-113-3/+138
| * | | | multiexp: cut down on memory allocationsmoneromooo-monero2018-09-111-15/+13
| * | | | precalc the ge_p3 representation of Hmoneromooo-monero2018-09-114-14/+19
| * | | | require canonical multi output bulletproof layoutmoneromooo-monero2018-09-111-0/+29
| * | | | Add a define for the max number of bulletproof multi-outputsmoneromooo-monero2018-09-113-2/+5
| * | | | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-1112-153/+250
| * | | | multiexp: some speedupsmoneromooo-monero2018-09-113-28/+121
| * | | | aligned: aligned memory alloc/realloc/freemoneromooo-monero2018-09-113-2/+184
| * | | | bulletproofs: add aggregated verificationmoneromooo-monero2018-09-116-224/+331
| * | | | make straus cached mode thread safe, and add tests for itmoneromooo-monero2018-09-113-31/+67
| * | | | multiexp: bos coster now works for just one pointmoneromooo-monero2018-09-111-1/+11
| * | | | bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-119-94/+181
| * | | | add Straus multiexpmoneromooo-monero2018-09-113-150/+182
| * | | | ringct: add bos coster multiexpmoneromooo-monero2018-09-114-51/+455
| * | | | bulletproofs: misc optimizationsmoneromooo-monero2018-09-111-23/+87