Age | Commit message (Expand) | Author | Files | Lines |
2017-10-07 | Subaddresses | kenshi84 | 1 | -0/+2 |
2017-09-14 | Use a threadpool | Howard Chu | 1 | -26/+23 |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 1 | -1/+1 |
2017-04-11 | Simplified the implementation and features of span | Lee Clagett | 1 | -1/+4 |
2017-04-11 | Improvements for epee binary to hex functions: | Lee Clagett | 1 | -2/+2 |
2017-03-22 | ringct: move ge_frombytes_vartime failure error to warning | moneromooo-monero | 1 | -11/+13 |
2017-02-27 | ringct: do not require range proof in decodeRct/decodeRctSimple | moneromooo-monero | 1 | -4/+2 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2 | -2/+2 |
2017-02-20 | core: test key images against validity domain | moneromooo-monero | 1 | -0/+4 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2 | -1/+2 |
2017-01-26 | Fix clang build failure, caused by mixing C and C++ | Timothy D. Prime | 1 | -1/+1 |
2017-01-21 | ringct: reorder a bit to check quicker tests first | moneromooo-monero | 1 | -17/+17 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 3 | -0/+9 |
2017-01-15 | Merge pull request #1561 | Riccardo Spagni | 1 | -64/+64 |
2017-01-14 | rct: split rct checks between semantics and other | moneromooo-monero | 2 | -78/+101 |
2017-01-14 | add extra braces around subobjects (missing-braces warning) | Chris Vickio | 1 | -64/+64 |
2016-12-19 | Removed unused functions | Lee Clagett | 1 | -16/+0 |
2016-12-14 | fix MGs json | moneroexamples | 1 | -3/+3 |
2016-12-12 | Tx verification failing is not an error | luigi1111 | 1 | -5/+5 |
2016-12-08 | Merge pull request #1414 | Riccardo Spagni | 1 | -0/+19 |
2016-12-07 | ringct: add sc_check calls in MLSAG_Ver for ss and cc | moneromooo-monero | 1 | -0/+5 |
2016-12-07 | ringct: guard against bad data exceptions in worker threads | moneromooo-monero | 1 | -0/+14 |
2016-12-04 | ringct: luigi1111's changes to fix and speedup Borromean sigs | luigi1111 | 1 | -16/+15 |
2016-12-04 | ringct: switch to Borromean signatures | Shen Noether | 5 | -114/+88 |
2016-12-02 | ringct: fix MGs serialization to JSON | moneromooo-monero | 1 | -1/+5 |
2016-11-23 | Added task_region - a fork/join task implementation | Lee Clagett | 1 | -60/+45 |
2016-11-02 | adding thread_group for managing async tasks | Lee Clagett | 1 | -98/+50 |
2016-11-01 | Merge pull request #1272 | Riccardo Spagni | 1 | -3/+5 |
2016-10-29 | ringct: check the size of amount_keys is the same as destinations | moneromooo-monero | 1 | -0/+2 |
2016-10-29 | ringct: always shutdown the boost io service | moneromooo-monero | 1 | -3/+3 |
2016-10-23 | ringct: some more small optimizations | moneromooo-monero | 2 | -58/+25 |
2016-10-15 | ringct: thread verRct and verRctSimple | moneromooo-monero | 1 | -17/+119 |
2016-10-15 | ringct: remove unneeded type conversions | moneromooo-monero | 2 | -3/+3 |
2016-10-15 | ringct: reserve space in vectors to avoid excessive reallocation | moneromooo-monero | 1 | -0/+2 |
2016-10-15 | ringct: avoid unnecessary memcpy | moneromooo-monero | 1 | -16/+3 |
2016-10-15 | ringct: add a few consts where possible | moneromooo-monero | 1 | -4/+4 |
2016-10-15 | ringct: pass vectors by const ref where possible | moneromooo-monero | 2 | -4/+4 |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 1 | -0/+7 |
2016-10-08 | ringct: use const refs as parameters where appropriate | moneromooo-monero | 3 | -5/+5 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -8/+2 |
2016-09-14 | rct: rework serialization to avoid storing vector sizes | moneromooo-monero | 2 | -36/+130 |
2016-08-28 | ringct: remove unused code | moneromooo-monero | 1 | -245/+0 |
2016-08-28 | ringct: pass structure by const ref, not value | moneromooo-monero | 2 | -2/+2 |
2016-08-28 | ringct: use memcpy/memset instead of handwritten loop where appropriate | moneromooo-monero | 1 | -29/+11 |
2016-08-28 | ringct: remove spurious copies | moneromooo-monero | 1 | -24/+4 |
2016-08-28 | rct: faster Cryptonote/rct conversions | moneromooo-monero | 1 | -8/+8 |
2016-08-28 | rct: early out on failure on verRange | moneromooo-monero | 1 | -3/+5 |
2016-08-28 | ringct: use Cryptonote serialization to hash non prunable data | moneromooo-monero | 1 | -21/+9 |
2016-08-28 | New "Halfway RingCT" outputs for coinbase transactions | moneromooo-monero | 1 | -2/+7 |
2016-08-28 | rct: log why verification fails | moneromooo-monero | 1 | -9/+13 |
2016-08-28 | rct: serialize txnFee as varint | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 4 | -42/+12 |
2016-08-28 | rct: rework v2 txes into prunable and non prunable data | moneromooo-monero | 2 | -31/+43 |
2016-08-28 | rct: rework the verification preparation process | moneromooo-monero | 2 | -63/+77 |
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 2 | -10/+14 |
2016-08-28 | rct: avoid the need for the last II element | Shen Noether | 3 | -33/+44 |
2016-08-28 | rct: do not serialize senderPk - it is not used anymore | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 5 | -24/+52 |
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 3 | -17/+29 |
2016-08-28 | rct: use the already defined H where possible | moneromooo-monero | 1 | -2/+1 |
2016-08-28 | port get_tx_key/check_tx_key to rct | moneromooo-monero | 2 | -8/+10 |
2016-08-28 | integrate simple rct api | moneromooo-monero | 3 | -67/+76 |
2016-08-28 | ringct: optimization/cleanup of hash functions | Shen Noether | 3 | -22/+45 |
2016-08-28 | ringct: "simple" ringct variant | Shen Noether | 5 | -3/+249 |
2016-08-28 | ringct: fix size unit mismatch calling keccak | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 3 | -21/+43 |
2016-08-28 | ringct: catch errors from ge_frombytes_vartime | moneromooo-monero | 1 | -11/+12 |
2016-08-28 | ringct: add missing size check for ecdhInfo | moneromooo-monero | 1 | -0/+1 |
2016-08-28 | ringct: change asserts to return false for boolean functions | moneromooo-monero | 1 | -10/+10 |
2016-08-28 | add rct to the protocol | moneromooo-monero | 1 | -15/+23 |
2016-08-28 | ringct: add functions to commit to an amount | moneromooo-monero | 2 | -0/+21 |
2016-08-28 | make rct tx serialization work | moneromooo-monero | 1 | -0/+48 |
2016-08-28 | ringct: allow no outputs, and add tests for this and fees | moneromooo-monero | 1 | -2/+0 |
2016-08-28 | ringct: make fee optional | moneromooo-monero | 1 | -2/+9 |
2016-08-28 | ringct: txn fee stuff | Shen Noether | 3 | -13/+24 |
2016-08-28 | ringct: new {gen,decode}Rct APIs for convenience | moneromooo-monero | 2 | -11/+27 |
2016-08-28 | ringct: add more convenience functions | moneromooo-monero | 1 | -4/+14 |
2016-08-28 | ringct: add convenience functions to bridge ringct and cryptonote | moneromooo-monero | 1 | -0/+5 |
2016-08-28 | ringct: restore verRange check in debug mode | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | ringct: add check for destinations/amount size being equal | moneromooo-monero | 1 | -0/+1 |
2016-08-28 | ringct: fix off by 1 in mixin usage | moneromooo-monero | 1 | -3/+3 |
2016-08-28 | ringct: simplify random key generation | moneromooo-monero | 1 | -7/+2 |
2016-08-28 | ringct: cosmetic fixes | Shen Noether | 4 | -46/+9 |
2016-08-28 | ringct: changes to hashToPointSimple to calcualte H2 values | Shen Noether | 1 | -0/+5 |
2016-08-28 | ringct: compare keys with bitwise equality, not crypto ops | Shen Noether | 1 | -7/+6 |
2016-08-28 | ringct: fix size argument to cn_fast_hash | Shen Noether | 1 | -1/+1 |
2016-08-28 | Fix sc_0 to skGen in ProveRange | Shen Noether | 1 | -1/+1 |
2016-08-28 | ringct: add a few consts where appropriate | moneromooo-monero | 2 | -6/+6 |
2016-08-28 | tests: more ringct range proof tests | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | rct: add serialization machinery to rct types | moneromooo-monero | 1 | -10/+32 |
2016-08-28 | serialization: declare do_serialize specializations before use | moneromooo-monero | 1 | -1/+1 |
2016-08-28 | Added note on generating H2 | Shen Noether | 1 | -1/+2 |
2016-08-28 | Fixed missing last index H2 | Shen Noether | 1 | -1/+2 |
2016-08-28 | ringct: lock access to the PRNG | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | ringct: add simple input validation | moneromooo-monero | 2 | -32/+74 |
2016-08-28 | ringct: add convenience operators to key | moneromooo-monero | 1 | -0/+4 |
2016-08-28 | ringct: import of Shen Noether's ring confidential transactions | moneromooo-monero | 9 | -0/+2374 |