Concatenate 16-byte blocks in a and b into a 32-byte temporary result, shift the result right by count bytes, and return the low 16 bytes.
See Implementation
Concatenate 16-byte blocks in a and b into a 32-byte temporary result, shift the result right by count bytes, and return the low 16 bytes.