Skip to content

Instantly share code, notes, and snippets.

@jacobcase
Created March 10, 2015 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobcase/7873062db9364629b4ea to your computer and use it in GitHub Desktop.
Save jacobcase/7873062db9364629b4ea to your computer and use it in GitHub Desktop.
uint8_t tmpKey[7];
key_64to56(tmp.mes_char, tmpKey);
for ( int j = 0; j < 7; j++) {
cout << hex << setfill('0') << setw(2) << (uint64_t)tmpKey[j];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment