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
*
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
*
ringct: add missing size check for ecdhInfo
moneromooo-monero
2016-08-28
1
-0
/
+1
*
ringct: change asserts to return false for boolean functions
moneromooo-monero
2016-08-28
1
-10
/
+10
*
add rct to the protocol
moneromooo-monero
2016-08-28
1
-15
/
+23
*
ringct: add functions to commit to an amount
moneromooo-monero
2016-08-28
2
-0
/
+21
*
make rct tx serialization work
moneromooo-monero
2016-08-28
1
-0
/
+48
*
ringct: allow no outputs, and add tests for this and fees
moneromooo-monero
2016-08-28
1
-2
/
+0
*
ringct: make fee optional
moneromooo-monero
2016-08-28
1
-2
/
+9
*
ringct: txn fee stuff
Shen Noether
2016-08-28
3
-13
/
+24
*
ringct: new {gen,decode}Rct APIs for convenience
moneromooo-monero
2016-08-28
2
-11
/
+27
*
ringct: add more convenience functions
moneromooo-monero
2016-08-28
1
-4
/
+14
*
ringct: add convenience functions to bridge ringct and cryptonote
moneromooo-monero
2016-08-28
1
-0
/
+5
*
ringct: restore verRange check in debug mode
moneromooo-monero
2016-08-28
1
-1
/
+1
*
ringct: add check for destinations/amount size being equal
moneromooo-monero
2016-08-28
1
-0
/
+1
*
ringct: fix off by 1 in mixin usage
moneromooo-monero
2016-08-28
1
-3
/
+3
*
ringct: simplify random key generation
moneromooo-monero
2016-08-28
1
-7
/
+2
*
ringct: cosmetic fixes
Shen Noether
2016-08-28
4
-46
/
+9
*
ringct: changes to hashToPointSimple to calcualte H2 values
Shen Noether
2016-08-28
1
-0
/
+5
*
ringct: compare keys with bitwise equality, not crypto ops
Shen Noether
2016-08-28
1
-7
/
+6
*
ringct: fix size argument to cn_fast_hash
Shen Noether
2016-08-28
1
-1
/
+1
*
Fix sc_0 to skGen in ProveRange
Shen Noether
2016-08-28
1
-1
/
+1
*
ringct: add a few consts where appropriate
moneromooo-monero
2016-08-28
2
-6
/
+6
*
tests: more ringct range proof tests
moneromooo-monero
2016-08-28
1
-1
/
+1
[next]