Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ref #31: Initial support for Hybrid transport (iOS only, non persiste…
…nt) (#51) An initial rough implementation of hybrid transport - formerly known as Cloud Assisted Bluetooth Low Energy, or caBLE. ## Includes * Generates QR code for QR-initiated transactions * Adds WebAuthn example which prints QR code to terminal (`examples/webauthn_cable.rs`) * Adds submodule fork of `snow` (noise protocol framework) with NIST P-256 curve implementation, as required by CTAP spec (see mcginty/snow#185) ## Limitations and follow ups * Unable to discover Android devices (created issue #52) * Does not yet support state-assisted transactions (part of #31) * Clean up (part of #31)
- Loading branch information