pub(crate) fn decode_compressed_binary_quadratic_form(
reader: impl Read,
discriminant_abs: &BoxedUint,
) -> Result<(NonZero<BoxedUint>, (Choice, BoxedUint), BoxedUint), Error>Available on crate features
alloc and std only.Expand description
This function runs in time variable to the input.