Commit Graph

60 Commits (master)

Author SHA1 Message Date
wowario e224b4af93
support old BP
2 months ago
luigi1111 0eb1b570b6
Merge pull request #8197
2 years ago
moneromooo-monero a345060ace
ringct: port some of vtnerd's review changes from BP+ to BP
2 years ago
mj-xmr da9aa1f7f8
Copyright: Update to 2022
2 years ago
SChernykh c0c75ac19d Fixed issues found by static analysis
3 years ago
SomaticFanatic 5ef0607da6 Update copyright year to 2020
4 years ago
Sarang Noether 4ed60b626a Bulletproofs: verification speedup
4 years ago
luigi1111 c4f75fe898
Merge pull request #6339
4 years ago
Sarang Noether 80d5320fff Hash domain separation
4 years ago
Interchained c61abf87c0 remove empty statements
4 years ago
Sarang Noether 45fd72b0d7 Updated paper references
5 years ago
Sarang Noether 277003f145 Minor prover simplification
5 years ago
Sarang Noether 3a0451a8be MLSAG speedup and additional checks
5 years ago
moneromooo-monero acb68dbaa9
bulletproofs: cut down on keyV allocations
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
moneromooo-monero 1bc5f9fa4b
bulletproofs: speed up vector_power_sum
5 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
Riccardo Spagni 3e2abc9eaa
Merge pull request #4834
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 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 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
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 7ed496cc78
ringct: error out when hashToPoint* returns the point at infinity
6 years ago
moneromooo-monero fe0fa3b9c5
bulletproofs: reject x, y, z, or w[i] being zero
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 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 126196b017
multiexp: some speedups
6 years ago
moneromooo-monero bacf0a1e2f
bulletproofs: add aggregated verification
6 years ago