TIL you can bitshift in place in C++
For example, for (size_t i=0; i<nSize/2; i++) { data_[i]<<=4; }
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed