• piperc's avatar
    Add FIDO U2F message and packet classes · de3a54f1
    piperc authored
    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}
    de3a54f1
u2f_message.h 3.12 KB