aboutsummaryrefslogtreecommitdiff
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* Add bulletproof supportcslashm2018-09-131-1/+1
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-111-1/+1
* add and use constant time 32 byte equality functionmoneromooo-monero2018-08-231-1/+2
* crypto: make secret_key automatically mlockmoneromooo-monero2018-08-161-1/+1
* wallet: allow adjusting number of rounds for the key derivation functionstoffu2018-08-085-8/+8
* Merge pull request #4032luigi11112018-07-192-411/+60
|\
| * device_ledger: factor the prologue codemoneromooo-monero2018-06-252-411/+60
* | Merge pull request #4043Riccardo Spagni2018-07-033-14/+19
|\ \
| * | device_ledger: fix buffer underflow on bad data from devicemoneromooo-monero2018-06-231-0/+1
| * | device: misc cleanupmoneromooo-monero2018-06-233-12/+14
| * | device_ledger: fix potential buffer overflow from bad size calcmoneromooo-monero2018-06-231-2/+4
| |/
* | Merge pull request #3977luigi11112018-06-251-1/+1
|\ \ | |/ |/|
| * device_ledger: fix bad memory access on connect errormoneromooo-monero2018-06-091-1/+1
* | Fix PCSC compilation under windowscslashm2018-05-232-0/+14
|/
* device: add a one off override keyword where appropriatemoneromooo-monero2018-04-142-2/+2
* Fix sub-address tx scan.cslashm2018-04-125-0/+30
* Merge pull request #3511Riccardo Spagni2018-04-121-2/+6
|\
| * device: fix endianess dependence on subaddress secret key generationmoneromooo-monero2018-03-281-2/+6
* | Add the possibility to export private view key for fast scan.cslashm2018-03-316-82/+156
* | Change mutex lock model to avoid dead lock and ensure locks are always released.cslashm2018-03-315-385/+202
|/
* chacha: call prehashed version explicitly as generate_chacha_key_prehashedstoffu2018-03-141-2/+2
* keypair::generate: always require hw::device to avoid possible mistakestoffu2018-03-141-1/+1
* device: untangle cyclic depenencystoffu2018-03-145-51/+114
* device: made function prototypes consistent with pre-#3303 codebasestoffu2018-03-145-46/+65
* Ledger HW Bug fixesCédric2018-03-128-92/+150
* device: remove dependency on readlinestoffu2018-03-072-7/+4
* Monero Cryptonight variants, and add one for v7moneromooo-monero2018-03-051-1/+1
* Fix invalid device unique_ptr castMoroccanMalinois2018-03-042-3/+3
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-0410-0/+3229