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
/
ringct
Commit message (
Expand
)
Author
Age
Files
Lines
*
add and use constant time 32 byte equality function
moneromooo-monero
2018-08-23
1
-7
/
+8
*
Merge pull request #4210
luigi1111
2018-08-22
1
-0
/
+10
|
\
|
*
Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST
Lee Clagett
2018-08-02
1
-0
/
+10
*
|
Merge pull request #4097
luigi1111
2018-07-27
1
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
crypto: remove slight bias in key generation due to modulo
moneromooo-monero
2018-07-05
1
-6
/
+4
*
|
Merge pull request #4045
luigi1111
2018-07-19
3
-14
/
+14
|
\
\
|
|
/
|
/
|
|
*
Changed URLs to HTTPS
einsteinsfool
2018-06-23
3
-14
/
+14
*
|
threadpool: allow leaf functions to run concurrently
moneromooo-monero
2018-06-26
1
-6
/
+6
|
/
*
ringct: remove an unnecessary scalarmultBase in zeroCommit
moneromooo-monero
2018-06-06
2
-4
/
+2
*
ringct: do not show verification errors with default settings
moneromooo-monero
2018-05-04
1
-4
/
+6
*
Merge pull request #3372
Riccardo Spagni
2018-03-14
1
-9
/
+36
|
\
|
*
ringct: 17% improvement in Borromean signature verification
moneromooo-monero
2018-03-08
1
-9
/
+36
*
|
device: untangle cyclic depenency
stoffu
2018-03-14
5
-87
/
+31
|
/
*
Merge pull request #3348
Riccardo Spagni
2018-03-05
2
-20
/
+0
|
\
|
*
remove unused function keyImageV
h908714124
2018-03-05
2
-20
/
+0
*
|
Merge pull request #3301
Riccardo Spagni
2018-03-05
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
rctSigs - loop invariant code removed from the loop
Dusan Klinec
2018-02-21
1
-2
/
+3
*
|
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
2018-03-04
5
-48
/
+124
|
/
*
Merge pull request #3226
Riccardo Spagni
2018-02-16
1
-0
/
+1
|
\
|
*
ringct: fix infinite loop in unused h2b function
moneromooo-monero
2018-02-02
1
-0
/
+1
*
|
Merge pull request #2959
Riccardo Spagni
2018-02-14
1
-56
/
+47
|
\
\
|
*
|
bulletproofs: more robust challenge computation
moneromooo-monero
2018-01-31
1
-56
/
+47
|
|
/
*
/
ringct: pseudoOuts moved to prunable in the simple bulletproof case
moneromooo-monero
2018-01-31
2
-12
/
+66
|
/
*
Readd copyright starting date
xmr-eric
2018-01-26
3
-3
/
+3
*
Update 2018 copyright
xmr-eric
2018-01-26
5
-5
/
+5
*
ringct: handle exceptions verifying bulletproofs in worker threads
moneromooo-monero
2018-01-15
1
-4
/
+11
*
Merge pull request #2990
Riccardo Spagni
2018-01-10
1
-1
/
+1
|
\
|
*
factor STL container serialization
moneromooo-monero
2017-12-22
1
-1
/
+1
*
|
check accessing an element past the end of a container
moneromooo-monero
2017-12-18
1
-0
/
+3
|
/
*
N-1/N multisig
moneromooo-monero
2017-12-17
1
-0
/
+5
*
Add N/N multisig tx generation and signing
moneromooo-monero
2017-12-17
3
-29
/
+116
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-0
/
+1
*
ringct: always use outPk.mask to decode amounts
moneromooo-monero
2017-12-09
1
-19
/
+3
*
ringct: do not include bulletproof commitments in signed message
moneromooo-monero
2017-12-09
1
-3
/
+3
*
add bulletproofs from v7 on testnet
moneromooo-monero
2017-12-08
2
-41
/
+90
*
bulletproofs: switch H/G in Pedersen commitments to match rct
moneromooo-monero
2017-12-08
1
-13
/
+14
*
integrate bulletproofs into monero
moneromooo-monero
2017-12-08
4
-55
/
+113
*
add bulletproofs to the build, with basic unit tests
moneromooo-monero
2017-12-08
3
-2
/
+843
*
add a version of ge_double_scalarmult_precomp_vartime with A precomp
moneromooo-monero
2017-12-07
2
-0
/
+10
*
ringct: add a version of addKeys which returns the result
moneromooo-monero
2017-12-07
2
-0
/
+6
*
remove "using namespace std" from headers
moneromooo-monero
2017-11-14
3
-29
/
+15
*
Subaddresses
kenshi84
2017-10-07
1
-0
/
+2
*
Use a threadpool
Howard Chu
2017-09-14
1
-26
/
+23
*
changed crypto to cncrypto so it generated libcncrypto
Gentian
2017-05-23
1
-1
/
+1
*
Simplified the implementation and features of span
Lee Clagett
2017-04-11
1
-1
/
+4
*
Improvements for epee binary to hex functions:
Lee Clagett
2017-04-11
1
-2
/
+2
*
ringct: move ge_frombytes_vartime failure error to warning
moneromooo-monero
2017-03-22
1
-11
/
+13
*
ringct: do not require range proof in decodeRct/decodeRctSimple
moneromooo-monero
2017-02-27
1
-4
/
+2
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
2
-2
/
+2
*
core: test key images against validity domain
moneromooo-monero
2017-02-20
1
-0
/
+4
[next]