Description
BitString.createFromBytes reverses the order of the bits in each byte. (Passing in 'a' I expect 01100001 but get 10000110.)
BitString.createFromHexString works as expected, and appears to be the one everyone is using. The "fix" might be to just delete the broken method.