diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-12-10 15:57:36 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-12-10 15:57:36 +0100 |
commit | 33662f487c43e941a326e2667c95eec7d36dec1d (patch) | |
tree | 6f36bb842baf996d579252c2c302d2bad596be1d | |
parent | 7841dfa819fd5bd81912e270a2e5c88b35bb1c77 (diff) | |
download | nitrokey-rs-33662f487c43e941a326e2667c95eec7d36dec1d.tar.gz nitrokey-rs-33662f487c43e941a326e2667c95eec7d36dec1d.tar.bz2 |
Update README
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -16,8 +16,8 @@ must provide `libhidapi-libusb0` in the default library search path. Currently, this crate provides access to the common features of the Nitrokey Pro and the Nitrokey Storage: general configuration, OTP generation and the -password safe. Support for the secure storage on the Nitrokey Storage is under -development. +password safe. Basic support for the secure storage on the Nitrokey Storage is +available but still under development. ### Unsupported Functions @@ -27,8 +27,10 @@ supported by `nitrokey-rs`: - `NK_get_time()`. This method is useless as it will always cause a timestamp error on the device (see [pull request #114][] for `libnitrokey` for details). - `NK_get_status()`. This method only provides a string representation of - data that can be accessed by other methods (firmware version, seriel number, + data that can be accessed by other methods (firmware version, serial number, configuration). +- `NK_get_status_storage_as_string()`. This method only provides an incomplete + string representation of the data returned by `NK_get_status_storage`. ## Tests |