pub fn transcode_from_bytes(b: &[u8], nbits: usize) -> Vec<u64>
Transcodes a vector of u8 into a vector of u64 of nbits-bit numbers.
nbits