After looking at the libnitrokey source and the firmware, I’m still not sure what these functions do:
NK_is_AES_supported – When would this ever be false? When should I check this?
NK_send_startup – According to the documentation, it is like a combination of get_status_storage and set_time, but libnitrokey never uses the returned data. Why should I call this method and not NK_set_time?
After looking at the libnitrokey source and the firmware, I’m still not sure what these functions do:
NK_is_AES_supported– When would this ever be false? When should I check this?NK_send_startup– According to the documentation, it is like a combination ofget_status_storageandset_time, but libnitrokey never uses the returned data. Why should I call this method and notNK_set_time?