Added resumable loading, along with signal handling.
This version can store state after receiving SIGINT. This is achieved by polling FIFO read state;
This commit is contained in:
@@ -12,7 +12,7 @@ struct U2F_Authenticate_APDU : U2F_Msg_CMD
|
||||
public:
|
||||
U2F_Authenticate_APDU(const U2F_Msg_CMD &msg, const std::vector<uint8_t> &data);
|
||||
|
||||
void respond();
|
||||
virtual void respond(const uint32_t channelID) const override;
|
||||
|
||||
enum ControlCode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user