fn limbCount(bits: u16) u16
fn limbCount(bits: u16) u16 { return @divExact(std.zig.target.intByteSize(&builtin.target, bits), 8); }