aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 992b501..e2fb3fe 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@
- `NK_build_aes_key`
- `NK_is_AES_supported`
- `NK_send_startup`
- - `NK_unlock_encrypted_volume`
- - `NK_lock_encrypted_volume`
- `NK_unlock_hidden_volume`
- `NK_lock_hidden_volume`
- `NK_create_hidden_volume`
@@ -39,3 +37,4 @@
- Consider implementing `Into<CommandError>` for `(Device, CommandError)`
- Check error handling in PasswordSafe::drop().
- Disable creation of multiple password safes at the same time.
+- Check timing in Storage tests.