aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #4342Riccardo Spagni2018-09-112-2/+6
|\ \
| * | Windows: don't preset CMAKE_SYSTEM_NAMEiDunk54002018-09-062-2/+6
* | | 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-1195-1220/+5653
|\ \ \
| * | | 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-117-34/+67
| * | | 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
| * | | performance_tests: add padded bulletproof constructionmoneromooo-monero2018-09-112-2/+14
| * | | core_tests: add a test for 4-aggregated BP verificationmoneromooo-monero2018-09-113-0/+16
| * | | fuzz_tests: add a bulletproof fuzz testmoneromooo-monero2018-09-114-3/+88
| * | | more comprehensive test for ge_p3 comparison to identity/point at infinitymoneromooo-monero2018-09-113-6/+21
| * | | unit_tests: add a few more multiexp unit testsmoneromooo-monero2018-09-111-2/+52
| * | | core_tests: add a test for a tx with empty bulletproofmoneromooo-monero2018-09-113-0/+20
| * | | 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-1155-875/+1238
| * | | bulletproofs: a few fixes from the Kudelski reviewmoneromooo-monero2018-09-114-15/+23
| * | | bulletproofs: reject points not in the main subgroupmoneromooo-monero2018-09-116-0/+97
| * | | 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-115-39/+217
| * | | add pippenger unit testsmoneromooo-monero2018-09-111-0/+55
| * | | performance_tests: add stats and loop count multiplier optionsmoneromooo-monero2018-09-112-291/+383
| * | | perf_timer: split timer class into a base one and a logging onemoneromooo-monero2018-09-112-14/+42
| * | | performance_tests: add aggregated bulletproof tx verificationmoneromooo-monero2018-09-112-0/+81
| * | | Pippenger multiexpmoneromooo-monero2018-09-115-4/+284
| * | | multiexp: cut down on memory allocationsmoneromooo-monero2018-09-111-15/+13
| * | | precalc the ge_p3 representation of Hmoneromooo-monero2018-09-115-14/+26
| * | | performance_tests: document the tested bulletproof layoutsmoneromooo-monero2018-09-111-8/+8
| * | | unit_tests: a couple more bulletproof unit tests for gammamoneromooo-monero2018-09-111-0/+19
| * | | require canonical multi output bulletproof layoutmoneromooo-monero2018-09-114-13/+42
| * | | Add a define for the max number of bulletproof multi-outputsmoneromooo-monero2018-09-113-2/+5
| * | | Bulletproof aggregated verification and testsmoneromooo-monero2018-09-1121-170/+840
| * | | multiexp: some speedupsmoneromooo-monero2018-09-113-28/+121