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.
struct SAVED_DEVICE {
uint8_t device_status;
uint8_t real_pk[CRYPTO_PUBLIC_KEY_SIZE];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment