Module ctap1

Source
Expand description

Types for CTAP1.

Note that all ctap1::Authenticators automatically implement RPC with Request and Response.

Modules§

authenticate
register

Enums§

ControlByte
Error
Re-export of the iso7816::Status. Enum helping matching the SW1-SW2 bytes defined in 5.1.3
Request
Enum of all CTAP1 requests.
Response
Enum of all CTAP1 responses.

Constants§

NO_ERROR

Traits§

Authenticator
CTAP1 (U2F) authenticator API

Type Aliases§

Authenticate
Type alias for convenience.
AuthenticateResponse
Type alias for convenience.
Register
Type alias for convenience.
RegisterResponse
Type alias for convenience.
Result