index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
/
mod.rs
Commit message (
Expand
)
Author
Age
*
Use find(…) instead of skip_while(…).next()
Robin Krahl
2020-07-08
*
Remove unused imports
Robin Krahl
2020-07-08
*
Refactor string handling in util
Robin Krahl
2020-02-03
*
Represent serial numbers using SerialNumber struct
Robin Krahl
2020-02-03
*
Use NK_get_status to implement Device::get_config
Robin Krahl
2020-02-03
*
Implement From<&NK_status> for RawConfig
Robin Krahl
2020-02-03
*
Always store serial numbers as integers
Robin Krahl
2020-01-28
*
Fix serial number for older Nitrokey Pro in list_devices
Robin Krahl
2020-01-15
*
Add the get_operation_status function to the Storage struct
Robin Krahl
2020-01-14
*
Derive Clone, Copy, Debug, PartialEq for Status
Robin Krahl
2020-01-14
*
Rename Status::get_status to get_storage_status
Robin Krahl
2020-01-11
*
Add support for the GET_STATUS command
Robin Krahl
2020-01-11
*
Add the DeviceInfo struct
Robin Krahl
2020-01-07
*
Implement conversion traits for Model and NK_device_model
Robin Krahl
2020-01-07
*
Simplify doc tests with results
Robin Krahl
2019-12-27
*
Refactor the device module into submodules
Robin Krahl
2019-07-16