Commit Graph

267 Commits (f380155a97234dd8635578135a4ae798da2cccf3)

Author SHA1 Message Date
moneromooo-monero f931e16c6e
add a bulletproof version, new bulletproof type, and rct config
5 years ago
moneromooo-monero 1bc5f9fa4b
bulletproofs: speed up vector_power_sum
5 years ago
Riccardo Spagni 5753d71922
Merge pull request #5050
5 years ago
stoffu 07cb574ca4
ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple
6 years ago
moneromooo-monero aaafa8a946
ringct: avoid repeated point conversion
6 years ago
Riccardo Spagni 6bc0c7e685
Merge pull request #4927
6 years ago
Riccardo Spagni e9aa886d9e
Merge pull request #4921
6 years ago
Riccardo Spagni 81418cb281
Merge pull request #4894
6 years ago
Riccardo Spagni 6d1c2a9304
Merge pull request #4892
6 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
Tadeas Moravec 6456cb415a
Bulletproof: Initialize members in default construtor.
6 years ago
moneromooo-monero ac665418f0
ringct: fix dummy bulletproofs on ledger in fake mode
6 years ago
Riccardo Spagni 3e2abc9eaa
Merge pull request #4834
6 years ago
moneromooo-monero 611639710d
a few minor (but easy) performance tweaks
6 years ago
stoffu c28e3d2dae
rctOps: add braces to suppress warnings
6 years ago
Riccardo Spagni 0295055bcb
Merge pull request #4805
6 years ago
Riccardo Spagni cec336ecbc
Merge pull request #4804
6 years ago
Riccardo Spagni 46f989bc49
Merge pull request #4795
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
moneromooo-monero 2c7195d80c
bulletproofs: avoid std::vector allocations for slice
6 years ago
moneromooo-monero 6a1062f560
bulletproofs: reserve vector memory when known in advance
6 years ago
moneromooo-monero 00907c3987
rct: speedup commit a little
6 years ago
Riccardo Spagni 6d3d8635be
Merge pull request #4693
6 years ago
moneromooo-monero 5d7c231604
rct: add a zeroCommit cache for common pre-rct case
6 years ago
Dusan Klinec 29ffb6bba8
device/trezor: trezor support added
6 years ago
moneromooo-monero d6937e373b
ringct: use dummy bulletproofs when in fake mode, for speed
6 years ago
moneromooo-monero 74fb3d882c
multiexp: some minor speedups
6 years ago
moneromooo-monero a6d2e246f3
bulletproofs: only enable profiling on request
6 years ago
moneromooo-monero a110e6aa18
multiexp: tune which variants to use for which number of points
6 years ago
moneromooo-monero 8b4767221c
bulletproofs: speedup prover
6 years ago
moneromooo-monero 6f9ae5b6eb
multiexp: handle pippenger multiexps with part precalc
6 years ago
moneromooo-monero 10e5a92769
bulletproofs: maintain -z4, -z5, and -y0 to avoid subtractions
6 years ago
moneromooo-monero 8629a42cf6
bulletproofs: rework flow to use sarang's fast batch inversion code
6 years ago
moneromooo-monero fc9f7d9c81
bulletproofs: merge multiexps as per sarang's new python code
6 years ago
moneromooo-monero 4061960a16
multiexp: pack the digits table when STRAUS_C is 4
6 years ago
moneromooo-monero bf8e4b9870
bulletproofs: some more minor speedup
6 years ago
moneromooo-monero a281b950bf
bulletproofs: remove single value prover
6 years ago
moneromooo-monero 484155d043
bulletproofs: some more speedup
6 years ago
moneromooo-monero a621d6c8b4
bulletproofs: random minor speedups
6 years ago
moneromooo-monero a49a17618f
bulletproofs: shave off a lot of scalar muls from the g/h construction
6 years ago
moneromooo-monero 4564a5d17b
bulletproofs: speedup PROVE
6 years ago
moneromooo-monero 1dd5c73f62
bulletproofs: multiply points by 8 first thing in verification
6 years ago
Riccardo Spagni 4a652d6b52
Merge pull request #4379
6 years ago
moneromooo-monero 607301bf6d
rct: avoid repeated unnecessary conversions when accummulating
6 years ago
stoffu 67a56a9f8b
rctTypes: fix incorrect serialization
6 years ago
moneromooo-monero 8f418a6db0
bulletproofs: #include <openssl/bn.h>
6 years ago
moneromooo-monero 2bf636503f
bulletproofs: speed up the latest changes a bit
6 years ago
moneromooo-monero 044dff5a30
bulletproofs: scale points by 8 to ensure subgroup validity
6 years ago
moneromooo-monero c83012c476
bulletproofs: match aggregated verification to sarang's latest prototype
6 years ago
moneromooo-monero 463434d1f7
more comprehensive test for ge_p3 comparison to identity/point at infinity
6 years ago
moneromooo-monero a129bbd944
multiexp: fix maxscalar off by one
6 years ago
moneromooo-monero 7ed496cc78
ringct: error out when hashToPoint* returns the point at infinity
6 years ago
moneromooo-monero 61632dc166
ringct: prevent a potential very large allocation
6 years ago
moneromooo-monero 0825e97436
multiexp: fix wrong Bos-Coster result for 1 non trivial input
6 years ago
moneromooo-monero a1359ad43c
Check inputs to addKeys are in range
6 years ago
moneromooo-monero fe0fa3b9c5
bulletproofs: reject x, y, z, or w[i] being zero
6 years ago
moneromooo-monero 5ffb2ff9b7
v8: per byte fee, pad bulletproofs, fixed 11 ring size
6 years ago
moneromooo-monero 869b3bf824
bulletproofs: a few fixes from the Kudelski review
6 years ago
moneromooo-monero c429176248
bulletproofs: reject points not in the main subgroup
6 years ago
moneromooo-monero 1569717718
bulletproofs: speed up a few multiplies using existing Hi cache
6 years ago
moneromooo-monero 0b05a0fa74
Add Pippenger cache and limit Straus cache size
6 years ago
moneromooo-monero 263431c486
Pippenger multiexp
6 years ago
moneromooo-monero 1ed0ed4de4
multiexp: cut down on memory allocations
6 years ago
moneromooo-monero 1b867e7f40
precalc the ge_p3 representation of H
6 years ago
moneromooo-monero 7e67c52fa2
Add a define for the max number of bulletproof multi-outputs
6 years ago
moneromooo-monero 2a8fcb421b
Bulletproof aggregated verification and tests
6 years ago
moneromooo-monero 126196b017
multiexp: some speedups
6 years ago
moneromooo-monero bacf0a1e2f
bulletproofs: add aggregated verification
6 years ago
moneromooo-monero e895c3def1
make straus cached mode thread safe, and add tests for it
6 years ago
moneromooo-monero 7f48bf05d7
multiexp: bos coster now works for just one point
6 years ago
moneromooo-monero 9ce9f8caf6
bulletproofs: add multi output bulletproofs to rct
6 years ago
moneromooo-monero 939bc22332
add Straus multiexp
6 years ago
moneromooo-monero 9ff6e6a0a7
ringct: add bos coster multiexp
6 years ago
moneromooo-monero e9164bb38b
bulletproofs: misc optimizations
6 years ago
moneromooo-monero aacfd6e370
bulletproofs: multi-output bulletproofs
6 years ago
moneromooo-monero 7c8f95d3e2
ringct: make conversion functions return const refs
6 years ago
luigi1111 5f1bbe3bce
Merge pull request #4268
6 years ago
moneromooo-monero d2e26c23f3
add and use constant time 32 byte equality function
6 years ago
luigi1111 a5d21be843
Merge pull request #4210
6 years ago
stoffu 1f2409e9e2
Do memwipe for critical secret keys copied to rct::key
6 years ago
Lee Clagett 4616cf2641 Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST
6 years ago
luigi1111 3fde902394
Merge pull request #4097
6 years ago
luigi1111 94ed562148
Merge pull request #4045
6 years ago
moneromooo-monero 61caab8a8c
crypto: remove slight bias in key generation due to modulo
6 years ago
moneromooo-monero 2771a18e85
threadpool: allow leaf functions to run concurrently
6 years ago
einsteinsfool 7cdd147da5 Changed URLs to HTTPS
6 years ago
moneromooo-monero 01cc978722
ringct: remove an unnecessary scalarmultBase in zeroCommit
6 years ago
moneromooo-monero 5f19384729
ringct: do not show verification errors with default settings
6 years ago
Riccardo Spagni cb72b85bbf
Merge pull request #3372
6 years ago
stoffu 27a196b126
device: untangle cyclic depenency
6 years ago
moneromooo-monero c3e23b2dce
ringct: 17% improvement in Borromean signature verification
6 years ago
Riccardo Spagni 98acbe83fc
Merge pull request #3348
6 years ago
Riccardo Spagni 5950d356b6
Merge pull request #3301
6 years ago
h908714124 c95dddd2d2 remove unused function keyImageV
6 years ago
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
6 years ago
Dusan Klinec 34a2a08530 rctSigs - loop invariant code removed from the loop
6 years ago
Riccardo Spagni f4a6bc79d9
Merge pull request #3226
6 years ago
Riccardo Spagni 589a53f479
Merge pull request #2959
6 years ago
moneromooo-monero 9af6b2d1b8
ringct: fix infinite loop in unused h2b function
6 years ago
moneromooo-monero 3f1a3fac00
bulletproofs: more robust challenge computation
6 years ago