aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* simplewallet: print reason why refresh+password is neededmoneromooo-monero2018-09-141-1/+1
* 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
| * bulletproofs: multi-output bulletproofsmoneromooo-monero2018-09-113-32/+320
* | Merge pull request #4218Riccardo Spagni2018-09-112-53/+360
|\ \ | |/ |/|
| * Cryptonight variant 2SChernykh2018-09-092-53/+360
* | Merge pull request #4293luigi11112018-09-103-52/+42
|\ \
| * | is_hdd updatep8p2018-08-253-52/+42
* | | Merge pull request #4256luigi11112018-09-102-7/+3
|\ \ \
| * | | db_lmdb: resize blockchain database when 90% filledmoneromooo-monero2018-08-142-7/+3
| | |/ | |/|
* | | wallet rpc: Add close_wallet RPCGuillaume LE VAILLANT2018-09-053-0/+59
* | | ringct: make conversion functions return const refsmoneromooo-monero2018-09-041-8/+8
* | | Merge pull request #4276luigi11112018-09-041-7/+1
|\ \ \
| * | | tx_pool: fix infinite loop when failing to find a meta recordmoneromooo-monero2018-08-191-7/+1