pub fn size_str(num: u64) -> String
Format a byte count as a human-readable string. Matches Python’s RNS.prettysize().
RNS.prettysize()