diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -14,9 +14,10 @@ nitrokey = "0.1.1" The required [`libnitrokey`][] version is built from source. The host system must provide `libhidapi-libusb0` in the default library search path. -As I only have access to a Nitrokey Pro, this crate only provides support for -the Nitrokey Pro methods. If you want to contribute for the Nitrokey Storage, -please send a mail to [nitrokey-rs-dev@ireas.org][]. +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. ### Unsupported Functions @@ -58,6 +59,11 @@ $ cargo test --features test-storage -- --test-threads 1 The `totp_no_pin` and `totp_pin` tests can occasionally fail due to bad timing. +## Acknowledgments + +Thanks to Nitrokey UG for providing a Nitrokey Storage to support the +development of this crate. + ## Contact For bug reports, patches, feature requests or other messages, please send a |