summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-18 11:14:15 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-18 11:14:15 -0400
commitb519bf51580695e881f5e6766253e0f5e88a9a7e (patch)
treedc2503203c18bcba02aee9b8d80f8c9be38e73c4
parent3e432c60d2c6b3fecd920e8053ba4e9a75965dbd (diff)
downloadkeysafe-b519bf51580695e881f5e6766253e0f5e88a9a7e.tar.gz
Argon2d
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 17f7cb9..97da3e0 100644
--- a/TODO
+++ b/TODO
@@ -23,6 +23,9 @@ Later:
* Add some random padding to http requests and responses, to make it
harder for traffic analysis to tell that given TOR traffic is
keysafe traffic.
+* Argon2d is more resistent to GPU/ASIC attack optimisation.
+ Switching from Argon2i would require new tunables, so deferred for now
+ until there's some other reason to change the tunables.
Wishlist: