Add FIDO U2F message and packet classes
FIDO U2F defines initialization packets and continuation packets. This adds class definitions for those packets, and for an enclosing message class. The enclosing message class constructs the initialization and continuation packets based on the payload length, queueing them in a list format for consumption by a device connection. BUG=NONE Review-Url: https://codereview.chromium.org/2502103002 Cr-Commit-Position: refs/heads/master@{#438925}
Showing
device/u2f/BUILD.gn
0 → 100644
device/u2f/DEPS
0 → 100644
device/u2f/u2f_message.cc
0 → 100644
device/u2f/u2f_message.h
0 → 100644
device/u2f/u2f_packet.cc
0 → 100644
device/u2f/u2f_packet.h
0 → 100644
Please register or sign in to comment