-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ref #31: Initial support for Hybrid transport (iOS only, non persistent) #51
Conversation
@msirringhaus would love your thoughts if you have the time for a review. Will try and merge this by tomorrow EOD otherwise. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things. I didn't do a full review if everything is according to the spec, though. I'm guessing, if it works, it can't be that wrong :)
Thanks for your feedback @msirringhaus! Addressed your comments - I'll rebase and land tomorrow. |
An initial rough implementation of hybrid transport - formerly known as Cloud Assisted Bluetooth Low Energy, or caBLE.
Includes
examples/webauthn_cable.rs
)snow
(noise protocol framework) with NIST P-256 curve implementation, as required by CTAP spec (see Add support for NIST P-256 curve mcginty/snow#185)Limitations and follow ups