Convertina a hex string to a __m128i value for aes intrinsic usage

  • Thread starter Thread starter Golden Bear55
  • Start date Start date
G

Golden Bear55

Guest
For example:

54 68 61 74 73 20 6D 79 20 4B 75 6E 67 20 46 75


for MS VC++ 2017

__m128i K0;

How does this transfer into
k0.m128i_u64[0] and K0.m128i_u64[1] ?

is this correct?
K0.m128i_u64[0]=5468617473206D79: K0.m128i_u64[1]=204B756E67204675;


Continue reading...
 
Back
Top