Commit Graph

  • 8f418a6db0
    bulletproofs: #include <openssl/bn.h> moneromooo-monero 2018-08-21 15:28:06 +0000
  • 2bf636503f
    bulletproofs: speed up the latest changes a bit moneromooo-monero 2018-08-06 15:21:07 +0000
  • 044dff5a30
    bulletproofs: scale points by 8 to ensure subgroup validity moneromooo-monero 2018-08-06 11:05:20 +0000
  • c83012c476
    bulletproofs: match aggregated verification to sarang's latest prototype moneromooo-monero 2018-08-06 10:09:46 +0000
  • ce0c743205
    performance_tests: add padded bulletproof construction moneromooo-monero 2018-08-03 21:53:20 +0000
  • 1224e53b74
    core_tests: add a test for 4-aggregated BP verification moneromooo-monero 2018-07-29 14:04:42 +0100
  • 0e6ed559c6
    fuzz_tests: add a bulletproof fuzz test moneromooo-monero 2018-07-27 17:00:48 +0100
  • 463434d1f7
    more comprehensive test for ge_p3 comparison to identity/point at infinity moneromooo-monero 2018-07-26 18:03:10 +0100
  • d0a0565f7d
    unit_tests: add a few more multiexp unit tests moneromooo-monero 2018-07-26 11:09:48 +0100
  • 6526d87f17
    core_tests: add a test for a tx with empty bulletproof moneromooo-monero 2018-07-26 10:21:28 +0100
  • a129bbd944
    multiexp: fix maxscalar off by one moneromooo-monero 2018-07-25 21:56:39 +0100
  • 7ed496cc78
    ringct: error out when hashToPoint* returns the point at infinity moneromooo-monero 2018-07-25 10:10:46 +0100
  • d1591853bf
    cryptonote_basic: check output type before using it moneromooo-monero 2018-07-24 21:32:49 +0100
  • 61632dc166
    ringct: prevent a potential very large allocation moneromooo-monero 2018-07-24 21:23:08 +0100
  • a4317e61b5
    crypto: some paranoid checks in generate_signature/check_signature moneromooo-monero 2018-07-24 21:12:57 +0100
  • 7434df1cc6
    crypto: never return zero in random32_unbiased moneromooo-monero 2018-07-24 20:53:09 +0100
  • 0825e97436
    multiexp: fix wrong Bos-Coster result for 1 non trivial input moneromooo-monero 2018-07-24 20:26:43 +0100
  • a1359ad43c
    Check inputs to addKeys are in range moneromooo-monero 2018-07-24 20:17:32 +0100
  • fe0fa3b9c5
    bulletproofs: reject x, y, z, or w[i] being zero moneromooo-monero 2018-07-24 19:56:48 +0100
  • 5ffb2ff9b7
    v8: per byte fee, pad bulletproofs, fixed 11 ring size moneromooo-monero 2018-07-18 22:24:53 +0100
  • 869b3bf824
    bulletproofs: a few fixes from the Kudelski review moneromooo-monero 2018-07-16 14:40:51 +0100
  • c429176248
    bulletproofs: reject points not in the main subgroup moneromooo-monero 2018-06-29 15:03:00 +0100
  • 1569717718
    bulletproofs: speed up a few multiplies using existing Hi cache moneromooo-monero 2018-06-20 16:54:13 +0100
  • 0b05a0fa74
    Add Pippenger cache and limit Straus cache size moneromooo-monero 2018-05-29 12:39:00 +0100
  • 51eb3bdcd6
    add pippenger unit tests moneromooo-monero 2018-05-29 12:38:21 +0100
  • b17b8db3f5
    performance_tests: add stats and loop count multiplier options moneromooo-monero 2018-05-28 19:17:11 +0100
  • 7314d919e7
    perf_timer: split timer class into a base one and a logging one moneromooo-monero 2018-05-28 19:16:25 +0100
  • d126a02b5d
    performance_tests: add aggregated bulletproof tx verification moneromooo-monero 2018-05-28 12:54:11 +0100
  • 263431c486
    Pippenger multiexp moneromooo-monero 2018-05-28 00:27:54 +0100
  • 1ed0ed4de4
    multiexp: cut down on memory allocations moneromooo-monero 2018-05-26 23:19:21 +0100
  • 1b867e7f40
    precalc the ge_p3 representation of H moneromooo-monero 2018-05-24 20:14:09 +0100
  • ef56529f93
    performance_tests: document the tested bulletproof layouts moneromooo-monero 2018-05-22 00:48:09 +0100
  • 3011178021
    unit_tests: a couple more bulletproof unit tests for gamma moneromooo-monero 2018-04-02 15:09:10 +0100
  • c444b1b229
    require canonical multi output bulletproof layout moneromooo-monero 2018-03-31 10:49:53 +0100
  • 7e67c52fa2
    Add a define for the max number of bulletproof multi-outputs moneromooo-monero 2018-03-30 20:44:51 +0100
  • 2a8fcb421b
    Bulletproof aggregated verification and tests moneromooo-monero 2018-03-30 20:29:42 +0100
  • 126196b017
    multiexp: some speedups moneromooo-monero 2018-03-25 12:17:37 +0100
  • 71d67bda74
    aligned: aligned memory alloc/realloc/free moneromooo-monero 2018-03-27 12:35:27 +0100
  • cb9ecab197
    performance_tests: add signature generation/verification moneromooo-monero 2018-03-16 19:02:55 +0000
  • bacf0a1e2f
    bulletproofs: add aggregated verification moneromooo-monero 2018-02-03 14:36:29 +0000
  • e895c3def1
    make straus cached mode thread safe, and add tests for it moneromooo-monero 2018-01-18 12:01:45 +0000
  • 7f48bf05d7
    multiexp: bos coster now works for just one point moneromooo-monero 2018-01-18 12:00:47 +0000
  • 9ce9f8caf6
    bulletproofs: add multi output bulletproofs to rct moneromooo-monero 2018-01-17 21:50:03 +0000
  • f34e2e20bd
    performance_tests: add tx checking tests with more than 2 outputs moneromooo-monero 2018-01-14 23:05:48 +0000
  • 0793184bd0
    performance_tests: add a --verbose flag, and default to terse moneromooo-monero 2018-01-14 23:02:34 +0000
  • 939bc22332
    add Straus multiexp moneromooo-monero 2018-01-14 23:06:55 +0000
  • 9ff6e6a0a7
    ringct: add bos coster multiexp moneromooo-monero 2018-01-09 13:51:17 +0000
  • e9164bb38b
    bulletproofs: misc optimizations moneromooo-monero 2018-01-05 22:39:59 +0000
  • 112f32f068
    performance_tests: add crypto ops moneromooo-monero 2018-01-05 16:30:24 +0000
  • f5d7b9933a
    performance_tests: add bulletproofs moneromooo-monero 2018-01-05 13:10:14 +0000
  • 8f4ce989c2
    performance_tests: add RingCT MLSAG gen/ver tests moneromooo-monero 2017-12-31 18:58:45 +0000
  • 1aa10c4364
    performance_tests: add (Borromean) range proofs moneromooo-monero 2018-01-05 12:36:32 +0000
  • aacfd6e370
    bulletproofs: multi-output bulletproofs moneromooo-monero 2018-01-03 21:37:18 +0000
  • cb1cc757ba
    performance_tests: don't override log level to 0 moneromooo-monero 2018-01-09 13:57:01 +0000
  • f0ab4dc7b2
    Merge pull request #4218 Riccardo Spagni 2018-09-11 15:22:25 +0200
  • cbbf4d241b Adapt translations to upstream changes TheCharlatan 2018-09-10 22:18:18 +0200
  • db5715468a Updated pcsc url TheCharlatan 2018-09-10 21:58:04 +0200
  • f0ba19fde5 Add lrelease to the depends TheCharlatan 2018-05-02 17:11:02 +0200
  • ab85b924c9
    Merge pull request #4293 luigi1111 2018-09-10 15:07:02 -0500
  • cfb3046222 Add Miniupnp submodule TheCharlatan 2018-04-25 18:19:05 +0200
  • 5f7da005a3 Unbound is now a submodule. Adapt depends for this. TheCharlatan 2018-03-20 03:56:11 +0100
  • d6b9bdd322 Update readmes to reflect the usage of depends TheCharlatan 2018-03-18 15:50:41 +0100
  • 56b6e41ea7 Add support for apple and arm building TheCharlatan 2018-03-20 00:33:49 +0100
  • 46bcd91db4
    Merge pull request #4256 luigi1111 2018-09-10 15:04:50 -0500
  • 29311fd140 Disable stack unwinding for mingw32 depends build. TheCharlatan 2018-03-20 00:35:47 +0100
  • 8db3d5731b Modify depends for monero's dependencies TheCharlatan 2018-03-20 01:26:35 +0100
  • 0806a23a6e Initial depends addition TheCharlatan 2018-03-18 23:01:56 +0100
  • 36d7b1b67c
    Merge pull request #4230 luigi1111 2018-09-10 15:03:01 -0500
  • 55b9acfce5
    Merge pull request #4007 luigi1111 2018-09-10 15:00:21 -0500
  • 26971d46fc WalletAPI: 'hasMultisigPartialKeyImages' function added naughtyfox 2018-09-10 19:18:25 +0300
  • 7a76354c8b wallet2: import_multisig forward refresh exception naughtyfox 2018-09-10 18:45:37 +0300
  • 89202ce462
    Docker android: add libsodium MoroccanMalinois 2018-09-10 10:12:43 -0400
  • e774f2498a
    Docker android: use common prefix MoroccanMalinois 2018-09-10 10:11:58 -0400
  • a54dbaee08
    blockchain_blackball: add --force-chain-reaction-pass flag moneromooo-monero 2018-08-30 09:11:53 +0000
  • 44439c3208
    record blackballs as amount/offset, and add export ability moneromooo-monero 2018-08-29 16:57:12 +0000
  • 5fd83c13fb Cryptonight variant 2 SChernykh 2018-08-03 11:41:41 +0200
  • 8501b8dffb
    crypto_ops_builder: link to EdDSA/Ed25519 draft RFC moneromooo-monero 2018-09-09 15:56:21 +0000
  • 03c07b167d
    rpc: return "already mining" in start_mining if already mining moneromooo-monero 2018-09-09 15:26:50 +0000
  • 0664a98421
    wallet_rpc_server: remove some unused code moneroexamples 2018-09-09 12:35:47 +0000
  • 4bce935b40
    blockchain_blackball: more optimizations moneromooo-monero 2018-08-19 16:52:56 +0000
  • b66ba78306
    blockchain_blackball: do not process duplicate blockchains parts moneromooo-monero 2018-08-18 12:40:26 +0000
  • 639a3c019c
    blockchain_blackball: make it clear secondary passes are not incremental moneromooo-monero 2018-08-14 15:06:16 +0000
  • eb8a51be68
    blockchain_blackball: detect spent outputs by partial ring reuse moneromooo-monero 2018-08-14 10:57:39 +0000
  • d6d276c604
    blockchain_blackball: fix chain reaction phase in incremental mode moneromooo-monero 2018-08-12 21:46:02 +0000
  • 2b2a681b01
    blockchain_blackball: avoid false positives for different amounts moneromooo-monero 2018-08-12 21:45:10 +0000
  • 80e4fef3c6
    blockchain_blackball: set transaction looping txn to read only moneromooo-monero 2018-08-12 09:50:48 +0000
  • 4801d6b514
    blockchain_blackball: add stats moneromooo-monero 2018-08-12 09:47:03 +0000
  • 846190fd18
    blockchain_blackball: support pre-v2 databases moneromooo-monero 2018-08-12 05:54:38 +0000
  • daa6cc7d73
    blockchain_blackball: use LMDB for the cache moneromooo-monero 2018-08-12 21:43:33 +0000
  • 50cb370d5b
    ringdb: allow blackballing many outputs at once moneromooo-monero 2018-08-12 21:41:44 +0000
  • 347bba9dd1
    CMakeLists.txt: detect -fcf-protection=full and -fstack-clash-protection moneromooo-monero 2018-07-26 14:07:04 +0100
  • 7418aa6005
    README: bump cmake requirement to 3.5, as required by miniupnpc moneromooo-monero 2018-09-09 10:03:39 +0000
  • 4469b0c41e
    abstract_tcp_server2: fix binding to the wrong IP moneromooo-monero 2018-09-09 10:46:58 +0000
  • df0e7c2feb
    wallet2: fix secondary partially signed multisig txes moneromooo-monero 2018-09-08 23:11:16 +0000
  • 97764bae3a
    wallet_rpc_server: error out if wallet-file and wallet-dir are both used moneromooo-monero 2018-09-04 09:18:46 +0000
  • cd647612b0
    rpc: don't include start time if restricted moneromooo-monero 2018-09-07 13:28:06 +0000
  • 6929b52426
    Windows: don't preset CMAKE_SYSTEM_NAME iDunk5400 2018-09-06 10:15:51 +0200
  • 54b859bea5 wallet rpc: Add close_wallet RPC Guillaume LE VAILLANT 2018-09-05 16:38:26 +0200
  • e611728228
    daemon: request no PoW hashes we don't need when asking for blocks moneromooo-monero 2018-09-05 09:41:07 +0000
  • fad88e18a9
    Merge pull request #4290 luigi1111 2018-09-04 18:12:52 -0500