I want to create a byte array (it can be fixed size) and set/clear specific bits inside this array given the position of the bits
For example we have a byte array of length 16 (128bits). And I want to set the bit no 100, 110, 16, and 34.
Can I do that without math or logic operations? Like using any library or function?