pub(crate) fn encode_compressed_binary_quadratic_form(
a: NonZero<BoxedUint>,
b_positive: Choice,
b_abs: BoxedUint,
discriminant_abs: &BoxedUint,
) -> Vec<u8> ⓘAvailable on crate feature
alloc only.Expand description
This function runs in time variable to the input.