summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-28 11:16:37 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-28 11:16:37 -0400
commitf65d5b911b692da3c699726daeaf5e6726fc7172 (patch)
tree2bde089bae76163fd8a4f03730971f120782cb36 /TODO
parent261269368eb3ebc8c974240c215111b8dc05f6a8 (diff)
downloadkeysafe-f65d5b911b692da3c699726daeaf5e6726fc7172.tar.gz
uk oh
see https://www.reddit.com/r/haskell/comments/4zq8gz/is_there_a_haskell_library_for_finite_fields/
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index d720ec2..e166af0 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+* SSS implementation may be wrong. finite-field is documented to only
+ support prime fields, but is used here with non-prime 2^8.
* test suite (eg, test basic storage and restore of various size data)
* tune hashes on more powerful hardware than thermal throttling laptop
* improve restore progress bar points (update after every hash try)