index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4147
Riccardo Spagni
2018-09-14
3
-0
/
+1187
|
\
|
*
blockchain_depth: add average min depth
moneromooo-monero
2018-08-07
1
-3
/
+7
|
*
blockchain_depth: get the average min depth of a set of txes
moneromooo-monero
2018-08-07
2
-0
/
+379
|
*
blockchain_ancestry: faster and uses less memory
moneromooo-monero
2018-07-30
1
-50
/
+114
|
*
blockchain_ancestry: add an incremental mode
moneromooo-monero
2018-07-30
1
-25
/
+99
|
*
blockchain_ancestry: finds all ancestors of a tx, block, or chain
moneromooo-monero
2018-07-30
2
-0
/
+666
*
|
Merge pull request #4352
Riccardo Spagni
2018-09-11
1
-9
/
+0
|
\
\
|
*
|
wallet_rpc_server: remove some unused code
moneroexamples
2018-09-09
1
-9
/
+0
*
|
|
Merge pull request #4219
Riccardo Spagni
2018-09-11
60
-982
/
+3156
|
\
\
\
|
*
|
|
blockchain: add a testnet v9 a day after v8
moneromooo-monero
2018-09-11
1
-0
/
+1
|
*
|
|
wallet2: bump testnet rollback to account for coming reorg
moneromooo-monero
2018-09-11
1
-1
/
+1
|
*
|
|
bulletproofs: #include <openssl/bn.h>
moneromooo-monero
2018-09-11
1
-0
/
+1
|
*
|
|
bulletproofs: speed up the latest changes a bit
moneromooo-monero
2018-09-11
4
-34
/
+54
|
*
|
|
bulletproofs: scale points by 8 to ensure subgroup validity
moneromooo-monero
2018-09-11
4
-19
/
+33
|
*
|
|
bulletproofs: match aggregated verification to sarang's latest prototype
moneromooo-monero
2018-09-11
1
-64
/
+39
|
*
|
|
more comprehensive test for ge_p3 comparison to identity/point at infinity
moneromooo-monero
2018-09-11
3
-6
/
+21
|
*
|
|
multiexp: fix maxscalar off by one
moneromooo-monero
2018-09-11
1
-1
/
+1
|
*
|
|
ringct: error out when hashToPoint* returns the point at infinity
moneromooo-monero
2018-09-11
2
-1
/
+4
|
*
|
|
cryptonote_basic: check output type before using it
moneromooo-monero
2018-09-11
1
-0
/
+7
|
*
|
|
ringct: prevent a potential very large allocation
moneromooo-monero
2018-09-11
1
-2
/
+2
|
*
|
|
crypto: some paranoid checks in generate_signature/check_signature
moneromooo-monero
2018-09-11
1
-1
/
+11
|
*
|
|
crypto: never return zero in random32_unbiased
moneromooo-monero
2018-09-11
1
-1
/
+1
|
*
|
|
multiexp: fix wrong Bos-Coster result for 1 non trivial input
moneromooo-monero
2018-09-11
1
-3
/
+7
|
*
|
|
Check inputs to addKeys are in range
moneromooo-monero
2018-09-11
2
-0
/
+6
|
*
|
|
bulletproofs: reject x, y, z, or w[i] being zero
moneromooo-monero
2018-09-11
1
-2
/
+63
|
*
|
|
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2018-09-11
41
-622
/
+969
|
*
|
|
bulletproofs: a few fixes from the Kudelski review
moneromooo-monero
2018-09-11
3
-5
/
+23
|
*
|
|
bulletproofs: reject points not in the main subgroup
moneromooo-monero
2018-09-11
3
-0
/
+33
|
*
|
|
bulletproofs: speed up a few multiplies using existing Hi cache
moneromooo-monero
2018-09-11
1
-2
/
+11
|
*
|
|
Add Pippenger cache and limit Straus cache size
moneromooo-monero
2018-09-11
3
-30
/
+82
|
*
|
|
perf_timer: split timer class into a base one and a logging one
moneromooo-monero
2018-09-11
2
-14
/
+42
|
*
|
|
Pippenger multiexp
moneromooo-monero
2018-09-11
3
-3
/
+138
|
*
|
|
multiexp: cut down on memory allocations
moneromooo-monero
2018-09-11
1
-15
/
+13
|
*
|
|
precalc the ge_p3 representation of H
moneromooo-monero
2018-09-11
4
-14
/
+19
|
*
|
|
require canonical multi output bulletproof layout
moneromooo-monero
2018-09-11
1
-0
/
+29
|
*
|
|
Add a define for the max number of bulletproof multi-outputs
moneromooo-monero
2018-09-11
3
-2
/
+5
|
*
|
|
Bulletproof aggregated verification and tests
moneromooo-monero
2018-09-11
12
-153
/
+250
|
*
|
|
multiexp: some speedups
moneromooo-monero
2018-09-11
3
-28
/
+121
|
*
|
|
aligned: aligned memory alloc/realloc/free
moneromooo-monero
2018-09-11
3
-2
/
+184
|
*
|
|
bulletproofs: add aggregated verification
moneromooo-monero
2018-09-11
6
-224
/
+331
|
*
|
|
make straus cached mode thread safe, and add tests for it
moneromooo-monero
2018-09-11
3
-31
/
+67
|
*
|
|
multiexp: bos coster now works for just one point
moneromooo-monero
2018-09-11
1
-1
/
+11
|
*
|
|
bulletproofs: add multi output bulletproofs to rct
moneromooo-monero
2018-09-11
9
-94
/
+181
|
*
|
|
add Straus multiexp
moneromooo-monero
2018-09-11
3
-150
/
+182
|
*
|
|
ringct: add bos coster multiexp
moneromooo-monero
2018-09-11
4
-51
/
+455
|
*
|
|
bulletproofs: misc optimizations
moneromooo-monero
2018-09-11
1
-23
/
+87
|
*
|
|
bulletproofs: multi-output bulletproofs
moneromooo-monero
2018-09-11
3
-32
/
+320
*
|
|
|
Merge pull request #4218
Riccardo Spagni
2018-09-11
2
-53
/
+360
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Cryptonight variant 2
SChernykh
2018-09-09
2
-53
/
+360
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #4293
luigi1111
2018-09-10
3
-52
/
+42
|
\
\
\
[next]