Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-07 | wallet: fix output collision detection for view wallets | moneromooo-monero | 1 | -1/+1 | |
View wallets do not have the spend secret key, and are thus unable to derive key images for incoming outputs. Moreover, a previous patch set key images to zero as a means to mark an output as having an unknown key image, so they could be filled in when importing key images at a later time. That later patch caused spurious collisions. We now use public keys to detect duplicate outputs. Public keys obtained from the blockchain are checked to be identical to the ones derived locally, so can't be spoofed. | |||||
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 1 | -0/+5 | |
This allows the key to be not the same for two outputs sent to the same address (eg, if you pay yourself, and also get change back). Also remove the key amounts lists and return parameters since we don't actually generate random ones, so we don't need to save them as we can recalculate them when needed if we have the correct keys. | |||||
2016-08-28 | ringct: import of Shen Noether's ring confidential transactions | moneromooo-monero | 1 | -0/+16 | |
2016-05-15 | crypto: make clear generate_random_bytes is not thread safe | moneromooo-monero | 1 | -1/+8 | |
And add a thread safe version to encourage proper use | |||||
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 1 | -3/+4 | |
and all other associated IPC | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-06-12 | builds, but doesn't link. other than that, electrum-style recovery ↵ | Thomas Winget | 1 | -4/+4 | |
implemented (but not tested\!) | |||||
2014-06-12 | revert 'dirty hack' change to crypto.h. need a better way for sure. | Thomas Winget | 1 | -4/+1 | |
2014-06-12 | compile issues, resolve later. commiting because switching machines | tom | 1 | -1/+4 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -80/+100 | |
2013-11-15 | crypto lib | amjuarez | 1 | -0/+166 | |