pub fn bits_to_bytes(bits: &Vec<bool>) -> Vec<u8>
Expand description

| Helper functions for serialization. |