index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ringct
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tx verification failing is not an error
luigi1111
2016-12-12
1
-5
/
+5
*
Merge pull request #1414
Riccardo Spagni
2016-12-08
1
-0
/
+19
|
\
|
*
ringct: add sc_check calls in MLSAG_Ver for ss and cc
moneromooo-monero
2016-12-07
1
-0
/
+5
|
*
ringct: guard against bad data exceptions in worker threads
moneromooo-monero
2016-12-07
1
-0
/
+14
*
|
ringct: luigi1111's changes to fix and speedup Borromean sigs
luigi1111
2016-12-04
1
-16
/
+15
*
|
ringct: switch to Borromean signatures
Shen Noether
2016-12-04
5
-113
/
+87
|
/
*
ringct: fix MGs serialization to JSON
moneromooo-monero
2016-12-02
1
-1
/
+5
*
Added task_region - a fork/join task implementation
Lee Clagett
2016-11-23
1
-60
/
+45
*
adding thread_group for managing async tasks
Lee Clagett
2016-11-02
1
-98
/
+50
*
Merge pull request #1272
Riccardo Spagni
2016-11-01
1
-3
/
+5
|
\
|
*
ringct: check the size of amount_keys is the same as destinations
moneromooo-monero
2016-10-29
1
-0
/
+2
|
*
ringct: always shutdown the boost io service
moneromooo-monero
2016-10-29
1
-3
/
+3
*
|
ringct: some more small optimizations
moneromooo-monero
2016-10-23
2
-58
/
+25
|
/
*
ringct: thread verRct and verRctSimple
moneromooo-monero
2016-10-15
1
-17
/
+119
*
ringct: remove unneeded type conversions
moneromooo-monero
2016-10-15
2
-3
/
+3
*
ringct: reserve space in vectors to avoid excessive reallocation
moneromooo-monero
2016-10-15
1
-0
/
+2
*
ringct: avoid unnecessary memcpy
moneromooo-monero
2016-10-15
1
-16
/
+3
*
ringct: add a few consts where possible
moneromooo-monero
2016-10-15
1
-4
/
+4
*
ringct: pass vectors by const ref where possible
moneromooo-monero
2016-10-15
2
-4
/
+4
*
Add performance timers for ringct tx verification
moneromooo-monero
2016-10-10
1
-0
/
+7
*
ringct: use const refs as parameters where appropriate
moneromooo-monero
2016-10-08
3
-5
/
+5
*
Dropped "bit" from bitmonero.
Randi Joseph
2016-09-26
1
-2
/
+2
*
cmake: transitive deps and remove deprecated LINK_*
redfish
2016-09-18
1
-8
/
+2
*
rct: rework serialization to avoid storing vector sizes
moneromooo-monero
2016-09-14
2
-36
/
+130
*
ringct: remove unused code
moneromooo-monero
2016-08-28
1
-245
/
+0
*
ringct: pass structure by const ref, not value
moneromooo-monero
2016-08-28
2
-2
/
+2
*
ringct: use memcpy/memset instead of handwritten loop where appropriate
moneromooo-monero
2016-08-28
1
-29
/
+11
*
ringct: remove spurious copies
moneromooo-monero
2016-08-28
1
-24
/
+4
*
rct: faster Cryptonote/rct conversions
moneromooo-monero
2016-08-28
1
-8
/
+8
*
rct: early out on failure on verRange
moneromooo-monero
2016-08-28
1
-3
/
+5
*
ringct: use Cryptonote serialization to hash non prunable data
moneromooo-monero
2016-08-28
1
-21
/
+9
*
New "Halfway RingCT" outputs for coinbase transactions
moneromooo-monero
2016-08-28
1
-2
/
+7
*
rct: log why verification fails
moneromooo-monero
2016-08-28
1
-9
/
+13
*
rct: serialize txnFee as varint
moneromooo-monero
2016-08-28
1
-1
/
+1
*
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
2016-08-28
4
-42
/
+12
*
rct: rework v2 txes into prunable and non prunable data
moneromooo-monero
2016-08-28
2
-31
/
+43
*
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
2
-63
/
+77
*
rct: change the simple flag to a type
moneromooo-monero
2016-08-28
2
-10
/
+14
*
rct: avoid the need for the last II element
Shen Noether
2016-08-28
3
-33
/
+44
*
rct: do not serialize senderPk - it is not used anymore
moneromooo-monero
2016-08-28
1
-1
/
+1
*
rct: make the amount key derivable by a third party with the tx key
moneromooo-monero
2016-08-28
5
-24
/
+52
*
rct: do not serialize public keys in outPk
moneromooo-monero
2016-08-28
3
-17
/
+29
*
rct: use the already defined H where possible
moneromooo-monero
2016-08-28
1
-2
/
+1
*
port get_tx_key/check_tx_key to rct
moneromooo-monero
2016-08-28
2
-8
/
+10
*
integrate simple rct api
moneromooo-monero
2016-08-28
3
-67
/
+76
*
ringct: optimization/cleanup of hash functions
Shen Noether
2016-08-28
3
-22
/
+45
*
ringct: "simple" ringct variant
Shen Noether
2016-08-28
5
-3
/
+249
*
ringct: fix size unit mismatch calling keccak
moneromooo-monero
2016-08-28
1
-1
/
+1
*
ringct: do not serialize what can be reconstructed
moneromooo-monero
2016-08-28
3
-21
/
+43
*
ringct: catch errors from ge_frombytes_vartime
moneromooo-monero
2016-08-28
1
-11
/
+12
[next]