Skip to content

Instantly share code, notes, and snippets.

@GrayHatter
Created April 16, 2017 20:30
Show Gist options
  • Save GrayHatter/a6df17df8f4d8c74338dcb3968d79a53 to your computer and use it in GitHub Desktop.
Save GrayHatter/a6df17df8f4d8c74338dcb3968d79a53 to your computer and use it in GitHub Desktop.

Revisions

  1. GrayHatter created this gist Apr 16, 2017.
    4 changes: 4 additions & 0 deletions Messenger.c
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    struct SAVED_DEVICE {
    uint8_t device_status;
    uint8_t real_pk[CRYPTO_PUBLIC_KEY_SIZE];
    };