summaryrefslogtreecommitdiffhomepage
path: root/ExpensiveHash.hs
Commit message (Expand)AuthorAge
* updated many dependencies, ghc 8.xJoey Hess2020-02-14
* Updated to argon2-1.3.Joey Hess2018-03-26
* implement client-server Proof Of WorkJoey Hess2016-09-12
* commentJoey Hess2016-08-31
* make sure to hash a different value each time, to avoid any laziness issuesJoey Hess2016-08-30
* Improve time estimates, taking into account the number of cores.Joey Hess2016-08-30
* fix calculation of usedcoresJoey Hess2016-08-30
* rename varJoey Hess2016-08-30
* oopsJoey Hess2016-08-30
* fence postJoey Hess2016-08-30
* use number of physical cores, not including hyper-threadingJoey Hess2016-08-30
* show estimate for all roundsJoey Hess2016-08-30
* improve calcuation of expected time for the key encryption key hashJoey Hess2016-08-30
* adjust benchmark expected time based on the host's number of coresJoey Hess2016-08-30
* more polishingJoey Hess2016-08-19
* add progress bars to restoreJoey Hess2016-08-17
* improve options to select secret key to backup/restoreJoey Hess2016-08-16
* add --benchmarkJoey Hess2016-08-16
* switch to random salt byte to make decryption expensiveJoey Hess2016-08-16
* inline slightly modified version of secret-sharingJoey Hess2016-08-11
* nearly able to generate shards nowJoey Hess2016-08-11
* types for new version storage schemeJoey Hess2016-08-10
* reorg, and working on serializationJoey Hess2016-08-07
* more cost calculation and refactored TunablesJoey Hess2016-08-06
* some basic data types and expensive hashingJoey Hess2016-08-06