Crate ctaphid_dispatch

Source
Expand description

§ctaphid-dispatch

This library defines a concept of CTAPHID apps, which declare CTAPHID commands, which are then dispatched to them.

The intention is for non-FIDO authenticator apps to be able to extend the CTAPHID interface with additional functionality.

For instance, the Solo 2 management app.

Re-exports§

pub use ctaphid_app as app;

Structs§

Dispatch
InterchangeResponse
Wrapper struct that implements Default to be able to use response_mut

Constants§

MESSAGE_SIZE

Type Aliases§

Channel
Message
Requester
Responder