Skip to content

Instantly share code, notes, and snippets.

@ainsleyrutterford
Created March 26, 2019 12:27
Show Gist options
  • Save ainsleyrutterford/0e6d83481650446b100b20e658e5b61f to your computer and use it in GitHub Desktop.
Save ainsleyrutterford/0e6d83481650446b100b20e658e5b61f to your computer and use it in GitHub Desktop.
uint8_t k2[16] = {0xD4, 0x96, 0xE8, 0x8F, 0x21, 0x40, 0x55, 0x92,
0xED, 0x18, 0x62, 0xA9, 0x8C, 0x68, 0x35, 0xE6};
uint8_t m2[16] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F};
uint8_t c2[16] = {0xBB, 0xA8, 0x7B, 0x22, 0xF9, 0xF0, 0x01, 0x2A,
0x7E, 0xC2, 0xFE, 0x11, 0xE0, 0x07, 0x9A, 0x2D};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment