aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-11 13:30:39 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-11 14:32:01 +0100
commitd2f9e204aacc13c6205a3d0f1022d4fd17073a7b (patch)
tree57888e0fd6aa03c11b5bf73fdbc26b6a8db5ab0b /TODO.md
parent77ab66e0c0aca2ee77b64297eeaf609922f2007b (diff)
downloadnitrokey-rs-d2f9e204aacc13c6205a3d0f1022d4fd17073a7b.tar.gz
nitrokey-rs-d2f9e204aacc13c6205a3d0f1022d4fd17073a7b.tar.bz2
Add the get_library_version function
This patch adds the get_library_version function to the main library module that queries and returns the libnitrokey version. As the version fields are static values, we fetch them all at the same time and do not provide getters for the individual fields.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index f839dc3..110b9a2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,9 +16,6 @@
- `NK_list_devices_by_cpuID`
- `NK_connect_with_ID`
- `NK_get_device_model`
- - `NK_get_library_version`
- - `NK_get_major_library_version`
- - `NK_get_minor_libray_version`
- `NK_get_storage_production_info`
- `NK_wink`
- Fix timing issues with the `totp_no_pin` and `totp_pin` test cases.