Commit Graph

132 Commits (7cdd147da5b06a692b0b825992de3bb07f142156)

Author SHA1 Message Date
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
moneromooo-monero b809058993
ringct: pseudoOuts moved to prunable in the simple bulletproof case
6 years ago
xmr-eric 84a7f6a482 Readd copyright starting date
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero ff5626d785
ringct: handle exceptions verifying bulletproofs in worker threads
6 years ago
Riccardo Spagni f9c66ba67c
Merge pull request #2990
6 years ago
moneromooo-monero 2d17feb060
factor STL container serialization
6 years ago
moneromooo-monero b49ddc766d
check accessing an element past the end of a container
6 years ago
moneromooo-monero f4eda44ce3
N-1/N multisig
6 years ago
moneromooo-monero 4c313324b1
Add N/N multisig tx generation and signing
6 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
6 years ago
moneromooo-monero 46eaaae79b
ringct: always use outPk.mask to decode amounts
7 years ago
moneromooo-monero 8d4469a0ac
ringct: do not include bulletproof commitments in signed message
7 years ago
moneromooo-monero c83d0b3ee2
add bulletproofs from v7 on testnet
7 years ago
moneromooo-monero 8620ef0a0d
bulletproofs: switch H/G in Pedersen commitments to match rct
7 years ago
moneromooo-monero d58835b2f6
integrate bulletproofs into monero
7 years ago
moneromooo-monero 90b8d9f271
add bulletproofs to the build, with basic unit tests
7 years ago
moneromooo-monero ada4291469
add a version of ge_double_scalarmult_precomp_vartime with A precomp
7 years ago
moneromooo-monero d43eef6def
ringct: add a version of addKeys which returns the result
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
kenshi84 53ad5a0f42
Subaddresses
7 years ago
Howard Chu 510d0d4753
Use a threadpool
7 years ago
Gentian 4b932ff314 changed crypto to cncrypto so it generated libcncrypto
7 years ago
Lee Clagett 93e10f1cc4 Simplified the implementation and features of span
7 years ago
Lee Clagett 4a8f96f95d Improvements for epee binary to hex functions:
7 years ago
moneromooo-monero 00cbf72064
ringct: move ge_frombytes_vartime failure error to warning
7 years ago
moneromooo-monero da18898f0e
ringct: do not require range proof in decodeRct/decodeRctSimple
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
moneromooo-monero d282cfcc46
core: test key images against validity domain
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
Timothy D. Prime 6b145763f7 Fix clang build failure, caused by mixing C and C++
7 years ago
moneromooo-monero 6cc7d26140
ringct: reorder a bit to check quicker tests first
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
7 years ago
Riccardo Spagni ec323d8c3f
Merge pull request #1561
7 years ago
moneromooo-monero ba3968f6ce
rct: split rct checks between semantics and other
7 years ago
Chris Vickio fb76d43980 add extra braces around subobjects (missing-braces warning)
7 years ago