pub fn kate_division<'a, F: Field, I: IntoIterator<Item = &'a F>>(
    a: I,
    b: F
) -> Vec<F>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
where
    I::IntoIter: DoubleEndedIterator + ExactSizeIterator
Expand description

Divides polynomial a in X by X - b with no remainder.